@annalib/anna-cognito-lib 2.2.1 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/duo-sso-login/duo-sso-login.component.mjs +2 -2
- package/esm2020/lib/components/forgot-password/forgot-password.component.mjs +2 -2
- package/esm2020/lib/components/login/login.component.mjs +2 -2
- package/esm2020/lib/components/set-new-password/set-new-password.component.mjs +2 -2
- package/esm2020/lib/components/verify-and-set-new-password/verify-and-set-new-password.component.mjs +2 -2
- package/esm2020/lib/constants/loginConstant.mjs +2 -1
- package/fesm2015/annalib-anna-cognito-lib.mjs +11 -10
- package/fesm2015/annalib-anna-cognito-lib.mjs.map +1 -1
- package/fesm2020/annalib-anna-cognito-lib.mjs +11 -10
- package/fesm2020/annalib-anna-cognito-lib.mjs.map +1 -1
- package/lib/constants/loginConstant.d.ts +1 -0
- package/package.json +1 -1
|
@@ -39,6 +39,7 @@ export declare class LoginConstant {
|
|
|
39
39
|
static readonly forgortPasswordPageUrl = "/forgot-password";
|
|
40
40
|
static readonly verifyAndSetNewPasswordUrl = "/verify-and-set-new-password";
|
|
41
41
|
static readonly loginPageUrl = "/login";
|
|
42
|
+
static readonly welcomeScrreenUrl = "/welcome-screen";
|
|
42
43
|
static readonly homePageUrl = "/dashboard";
|
|
43
44
|
static readonly stationSettingUrl = "/station-settings";
|
|
44
45
|
}
|