1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-19 09:43:28 +00:00

abstract set password component to jslib (#153)

This commit is contained in:
Kyle Spearrin
2020-08-19 10:57:35 -04:00
committed by GitHub
parent 9957125d3a
commit 5d874d07b3
2 changed files with 91 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ export class SsoComponent {
protected twoFactorRoute = '2fa';
protected successRoute = 'lock';
protected changePasswordRoute = 'change-password';
protected changePasswordRoute = 'set-password';
protected clientId: string;
protected redirectUri: string;
protected state: string;