diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-10-27 20:24:13 +1100 | 
|---|---|---|
| committer | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-04 20:28:24 +1100 | 
| commit | 87d2a3419d6f29db900bc1aeb4cf5d7769a15ce3 (patch) | |
| tree | a4efff47cb7be04f9fb1ce344cb9e40f4096dee6 /web/src/constants/Routes.ts | |
| parent | c0dbdd97ab2ac580e3da07a0137dbc7a1b9c9b83 (diff) | |
feat(web): user one-time password preferences
This allows administrators to configure a list of Time-based One-Time Password parameters that users can pick from the web UI during registrations.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'web/src/constants/Routes.ts')
| -rw-r--r-- | web/src/constants/Routes.ts | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/constants/Routes.ts b/web/src/constants/Routes.ts index c9ea0cdd9..a58ab6b95 100644 --- a/web/src/constants/Routes.ts +++ b/web/src/constants/Routes.ts @@ -9,7 +9,6 @@ export const SecondFactorPushSubRoute: string = "/push-notification";  export const ResetPasswordStep1Route: string = "/reset-password/step1";  export const ResetPasswordStep2Route: string = "/reset-password/step2"; -export const RegisterOneTimePasswordRoute: string = "/one-time-password/register";  export const LogoutRoute: string = "/logout";  export const SettingsRoute: string = "/settings";  | 
