feat(FN-2407): add blocking auth token recovery flow
- Emit an auth-token recovery event when dashboard daemon calls fail with bearer-token 401 responses - Render a non-dismissable recovery dialog with set-token and clear-token reload actions - Keep the recovery overlay topmost while aligning modal markup with shared modal conventions - Add focused regression coverage for dialog behavior and include a patch changeset for @runfusion/fusion
This commit is contained in:
@@ -2,13 +2,8 @@
|
||||
z-index: 210;
|
||||
}
|
||||
|
||||
.auth-token-recovery-modal {
|
||||
width: min(560px, calc(100vw - (var(--space-xl) * 2)));
|
||||
}
|
||||
|
||||
.auth-token-recovery-header h2 {
|
||||
.auth-token-recovery-header h3 {
|
||||
margin: 0;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.auth-token-recovery-content {
|
||||
|
||||
Reference in New Issue
Block a user