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:
committed by
GitHub
parent
142288607e
commit
9a6543e0a7
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user