Fix onboarding.

This commit is contained in:
Paul
2021-07-25 13:55:45 +01:00
parent fd03c64d92
commit f2a69daf03
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ function Context({ auth, children }: Props) {
if (onboarding) {
openScreen({
id: "onboarding",
callback: (username: string) =>
callback: async (username: string) =>
onboarding(username, true).then(login),
});
} else {