feat: consistent authentication flow

fix: missing suspense on login
feat: re-prompt MFA if fail on login
This commit is contained in:
Paul Makles
2022-06-29 16:27:57 +01:00
parent 0261fec676
commit 1fcb3cedc1
5 changed files with 57 additions and 37 deletions

View File

@@ -41,10 +41,9 @@ export default function Context({ children }: { children: Children }) {
<UIProvider value={uiContext}>
<Locale>
<Intermediate>
<Binder>
{children}
{<SyncManager />}
</Binder>
{children}
<SyncManager />
<Binder />
</Intermediate>
<ModalRenderer />
</Locale>