Fix Widget OpenID Permissions for realsies

This commit is contained in:
Michael Telatynski 2020-10-30 22:12:46 +00:00
parent bf124c4379
commit 997679e648
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ export default class WidgetOpenIDPermissionsDialog extends React.Component {
"A widget located at %(widgetUrl)s would like to verify your identity. " +
"By allowing this, the widget will be able to verify your user ID, but not " +
"perform actions as you.", {
widgetUrl: this.props.widgetUrl,
widgetUrl: this.props.widgetUrl.split("?")[0],
},
)}
</p>