diff --git a/src/routes/(console)/account/mfa.svelte b/src/routes/(console)/account/mfa.svelte index 5fa0c8d4a..ec1c4921c 100644 --- a/src/routes/(console)/account/mfa.svelte +++ b/src/routes/(console)/account/mfa.svelte @@ -16,7 +16,7 @@ let step = 1; let error = ''; - async function addAuthenticator(): Promise { + async function addAuthenticator(): Promise { type = await sdk.forConsole.account.createMfaAuthenticator(AuthenticatorType.Totp); trackEvent(Submit.AccountAuthenticatorCreate);