fix and update
This commit is contained in:
@@ -806,7 +806,13 @@ export function AuthProvider({ children }: { children: React.ReactNode }) {
|
||||
) : (
|
||||
children
|
||||
)}
|
||||
<PinLockModal open={isPinLocked} isSubmitting={pinSubmitting} error={pinError} onSubmit={handlePinUnlock} />
|
||||
<PinLockModal
|
||||
open={isPinLocked}
|
||||
isSubmitting={pinSubmitting}
|
||||
error={pinError}
|
||||
onSubmit={handlePinUnlock}
|
||||
onLogout={logout}
|
||||
/>
|
||||
<FedcmApiLoginStatusBridge
|
||||
active={isSessionReady && hasStoredSession && Boolean(token)}
|
||||
accessToken={token}
|
||||
|
||||
Reference in New Issue
Block a user