We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce11166 commit 7bd4a21Copy full SHA for 7bd4a21
packages/comment-widget/src/base-form.ts
@@ -71,7 +71,7 @@ export class BaseForm extends LitElement {
71
.join('-')
72
.replaceAll(/-+/g, '-')}`;
73
74
- return `/console/login?redirect_uri=${encodeURIComponent(window.location.href + parentDomId)}`;
+ return `/login?redirect_uri=${encodeURIComponent(window.location.href + parentDomId)}`;
75
}
76
77
get showCaptcha() {
0 commit comments