diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-11-03 21:36:14 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-03-14 13:58:44 +0100 |
| commit | 19f5328285cac20188a110f734a02d187ea94cb8 (patch) | |
| tree | 6bf5bd3d457211f29df6da4710c84d6ce7b1b0f4 /gui/src/shared | |
| parent | 842e59ad17e871072a898aabbfac6df9afc5d25e (diff) | |
| download | mullvadvpn-19f5328285cac20188a110f734a02d187ea94cb8.tar.xz mullvadvpn-19f5328285cac20188a110f734a02d187ea94cb8.zip | |
Implement view for handling devices
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/localization-contexts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/localization-contexts.ts b/gui/src/shared/localization-contexts.ts index 5523951d9c..020b4307b7 100644 --- a/gui/src/shared/localization-contexts.ts +++ b/gui/src/shared/localization-contexts.ts @@ -2,6 +2,7 @@ export type LocalizationContexts = | 'changelog' | 'accessibility' | 'login-view' + | 'too-many-devices-view' | 'auth-failure' | 'launch-view' | 'error-boundary-view' |
