MFA fixes (#163)

1. Add a background to the QR code to improve scanning
2. Re-fetch MFA factor list after mutation
This commit is contained in:
Giancarlo Buomprisco
2025-02-13 08:56:11 +07:00
committed by GitHub
parent 142288607e
commit 9a6543e0a7
2 changed files with 9 additions and 4 deletions

View File

@@ -32,8 +32,6 @@ function SidebarLayout({ children }: React.PropsWithChildren) {
const workspace = use(loadUserWorkspace());
const state = use(getLayoutState());
console.log('state', state);
return (
<UserWorkspaceContextProvider value={workspace}>
<SidebarProvider defaultOpen={state.open}>