Skip to content

Commit c3869d2

Browse files
authored
Hide system overlay on error. (dfinity#3220)
1 parent 1946703 commit c3869d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/src/lib/flows/authLastUsedFlow.svelte.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class AuthLastUsedFlow {
5454
throw new Error("Unrecognized authentication method");
5555
}
5656
} finally {
57+
this.systemOverlay = false;
5758
this.authenticatingIdentity = null;
5859
}
5960
};

0 commit comments

Comments
 (0)