We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe44b39 commit c72940eCopy full SHA for c72940e
apps/browser/src/auth/popup/login-v1.component.ts
@@ -65,7 +65,7 @@ const getCozyPassWebURL = (cozyUrl: string, cozyConfiguration: CozyConfiguration
65
};
66
67
const getPassphraseResetURL = (cozyUrl: string) => {
68
- return `${cozyUrl}/auth/passphrase_reset`;
+ return `https://${cozyUrl}/auth/passphrase_reset`;
69
70
71
const shouldRedirectToOIDCPasswordPage = (cozyConfiguration: CozyConfiguration) => {
0 commit comments