Skip to content

Commit 7bd4a21

Browse files
committed
refactor: change login url
Signed-off-by: Ryan Wang <[email protected]>
1 parent ce11166 commit 7bd4a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/comment-widget/src/base-form.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class BaseForm extends LitElement {
7171
.join('-')
7272
.replaceAll(/-+/g, '-')}`;
7373

74-
return `/console/login?redirect_uri=${encodeURIComponent(window.location.href + parentDomId)}`;
74+
return `/login?redirect_uri=${encodeURIComponent(window.location.href + parentDomId)}`;
7575
}
7676

7777
get showCaptcha() {

0 commit comments

Comments
 (0)