Fix format for importing codes

This commit is contained in:
Neeraj Gupta 2023-04-04 14:53:26 +05:30 committed by GitHub
parent d66a5db998
commit 153998763e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ You can add tokens to ente by one of the following methods:
3. Bulk importing from a file that contains a list of codes in the following
format:
```
otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE
otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
```
The codes maybe separated by new lines or commas.