@@ -93,10 +93,10 @@ export class CreatePage {
|
||||
|
||||
/** Auth credentials passed by the host page as URL params. */
|
||||
private get authKey(): string {
|
||||
return new URLSearchParams(window.location.search).get('auth-key') ?? '';
|
||||
return new URLSearchParams(window.location.search).get('authorization-key') ?? '';
|
||||
}
|
||||
private get userId(): string {
|
||||
return new URLSearchParams(window.location.search).get('user-id') ?? '';
|
||||
return new URLSearchParams(window.location.search).get('userid-value') ?? '';
|
||||
}
|
||||
private get sessionId(): string {
|
||||
return new URLSearchParams(window.location.search).get('session') ?? '';
|
||||
|
||||
Reference in New Issue
Block a user