mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: return type
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
let step = 1;
|
||||
let error = '';
|
||||
|
||||
async function addAuthenticator(): Promise<URL> {
|
||||
async function addAuthenticator(): Promise<string> {
|
||||
type = await sdk.forConsole.account.createMfaAuthenticator(AuthenticatorType.Totp);
|
||||
trackEvent(Submit.AccountAuthenticatorCreate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user