Skip to content

Commit c72940e

Browse files
committed
fix: Open correctly password reset URL
1 parent fe44b39 commit c72940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/browser/src/auth/popup/login-v1.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const getCozyPassWebURL = (cozyUrl: string, cozyConfiguration: CozyConfiguration
6565
};
6666

6767
const getPassphraseResetURL = (cozyUrl: string) => {
68-
return `${cozyUrl}/auth/passphrase_reset`;
68+
return `https://${cozyUrl}/auth/passphrase_reset`;
6969
};
7070

7171
const shouldRedirectToOIDCPasswordPage = (cozyConfiguration: CozyConfiguration) => {

0 commit comments

Comments
 (0)