Skip to content

Commit 3a5811a

Browse files
committed
update sorry url
1 parent 10b52a6 commit 3a5811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/authenticator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,6 @@ export class Authenticator {
487487
return [];
488488
}
489489
private getSorryUrl(message: string) {
490-
return this.config.hostUrl.asSorry(message).toString();
490+
return ensureUrlHasFragment(this.config.hostUrl.asSorry(message).toString());
491491
}
492492
}

0 commit comments

Comments
 (0)