diff options
Diffstat (limited to 'src/state/shell/logged-out.tsx')
-rw-r--r-- | src/state/shell/logged-out.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/shell/logged-out.tsx b/src/state/shell/logged-out.tsx index a06a6d969..8fe2a9c01 100644 --- a/src/state/shell/logged-out.tsx +++ b/src/state/shell/logged-out.tsx @@ -22,7 +22,7 @@ type Controls = { /** * The did of the account to populate the login form with. */ - requestedAccount?: string + requestedAccount?: string | 'none' | 'new' }) => void /** * Clears the requested account so that next time the logged out view is |