Skip to main content

Customizations

We provide a nice, themed button for quick integration, however, if you want to customize the looks and behaviour, you can opt for any of the alternatives mentioned below:

<zero-account
app-id="{YOUR_APP_ID}" <!--required-->
theme-preset="light" <!--dark|light-->
update-interval="180000" <!--time interval in ms to update the QR Code-->
callback-url="/zero/auth" <!--this must be the same as your backend endpoint and Callback URL-->
level="M" <!--L|M|Q|H the QR Code level-->
enable-with-credentials="false" <!--this enables credentials for requests to your backend-->
auto-start-app="true" <!--this controls whether the desktop app is opened on modal toggle-->
>
</zero-account>