Fix Widget OpenID Permissions for realsies
This commit is contained in:
parent
bf124c4379
commit
997679e648
2 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ export class StopGapWidget extends EventEmitter {
|
|||
|
||||
// Actually ask for permission to send the user's data
|
||||
Modal.createTrackedDialog("OpenID widget permissions", '', WidgetOpenIDPermissionsDialog, {
|
||||
widgetUrl: rawUrl.includes("?") ? rawUrl.substr(0, rawUrl.indexOf("?")) : rawUrl,
|
||||
widgetUrl: rawUrl,
|
||||
widgetId: this.widgetId,
|
||||
isUserWidget: this.appTileProps.userWidget,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue