fix: return type

This commit is contained in:
Torsten Dittmann
2024-08-20 14:26:48 +02:00
parent 52b85db3f3
commit 28b54d82e8
+1 -1
View File
@@ -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);