fix: add url to login reset password page
fix: add to login reset password page fix: add urls to kc context mocks
This commit is contained in:
@ -183,6 +183,9 @@ export declare namespace KcContext {
|
|||||||
realm: {
|
realm: {
|
||||||
loginWithEmailAllowed: boolean;
|
loginWithEmailAllowed: boolean;
|
||||||
};
|
};
|
||||||
|
url: {
|
||||||
|
loginResetCredentialsUrl: string;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export type LoginVerifyEmail = Common & {
|
export type LoginVerifyEmail = Common & {
|
||||||
|
@ -329,7 +329,8 @@ export const kcContextMocks: KcContext[] = [
|
|||||||
"realm": {
|
"realm": {
|
||||||
...kcContextCommonMock.realm,
|
...kcContextCommonMock.realm,
|
||||||
"loginWithEmailAllowed": false
|
"loginWithEmailAllowed": false
|
||||||
}
|
},
|
||||||
|
url: loginUrl
|
||||||
}),
|
}),
|
||||||
id<KcContext.LoginVerifyEmail>({
|
id<KcContext.LoginVerifyEmail>({
|
||||||
...kcContextCommonMock,
|
...kcContextCommonMock,
|
||||||
|
Reference in New Issue
Block a user