diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-11-12 14:20:02 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-03-14 13:58:44 +0100 |
| commit | 8d03e12c3021d3c08bc3335f2e39f229d4b337fc (patch) | |
| tree | 79c8d6a7697664a1423a559417d6ac38386f05c7 /gui/src/shared | |
| parent | 19f5328285cac20188a110f734a02d187ea94cb8 (diff) | |
| download | mullvadvpn-8d03e12c3021d3c08bc3335f2e39f229d4b337fc.tar.xz mullvadvpn-8d03e12c3021d3c08bc3335f2e39f229d4b337fc.zip | |
Handle too many devices in login redirect
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/localization-contexts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/localization-contexts.ts b/gui/src/shared/localization-contexts.ts index 020b4307b7..e323567094 100644 --- a/gui/src/shared/localization-contexts.ts +++ b/gui/src/shared/localization-contexts.ts @@ -2,7 +2,7 @@ export type LocalizationContexts = | 'changelog' | 'accessibility' | 'login-view' - | 'too-many-devices-view' + | 'device-management' | 'auth-failure' | 'launch-view' | 'error-boundary-view' |
