1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 18:43:26 +00:00

feat(change-password-component): Change Password Update [18720] - Small changes and added some clarification on where I'm blocked

This commit is contained in:
Patrick Pimentel
2025-05-28 22:16:49 -04:00
parent 2fc076bb3c
commit 06039927bb
4 changed files with 19 additions and 18 deletions

View File

@@ -1,2 +1 @@
export * from "./decode-jwt-token-to-json.utility";
export * from "./route-list";

View File

@@ -1,6 +0,0 @@
export const RouteList = {
// AdminRecoveryChangePasswordRoute: "recovery-change-password",
// NonCompliantChangePasswordRoute: "change-password",
// OLDUpdateTempPassword: "update-temp-password",
// OLDNonCompliantPasswordOnLogin: "update-password",
};