We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b52a6 commit 3a5811aCopy full SHA for 3a5811a
components/server/src/auth/authenticator.ts
@@ -487,6 +487,6 @@ export class Authenticator {
487
return [];
488
}
489
private getSorryUrl(message: string) {
490
- return this.config.hostUrl.asSorry(message).toString();
+ return ensureUrlHasFragment(this.config.hostUrl.asSorry(message).toString());
491
492
0 commit comments