This commit is contained in:
Timo
2024-09-09 17:23:04 +02:00
parent ab457be4bb
commit f3404fbbf3
18 changed files with 121 additions and 129 deletions

View File

@@ -106,9 +106,8 @@ export const useInteractiveRegistration = (
});
}
},
requestEmailToken: async (): Promise<{ sid: string }> => {
return Promise.resolve({ sid: "dummy" });
},
requestEmailToken: async (): Promise<{ sid: string }> =>
Promise.resolve({ sid: "dummy" }),
});
// XXX: This claims to return an IAuthData which contains none of these