Skip to content

Commit 6b62314

Browse files
committed
✨ Always show authentication dialog
1 parent ef80dc6 commit 6b62314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth-authorizator.html

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
Array.isArray(this.scopes) ? this.scopes.join(' ') : this.scopes
222222
);
223223
params.set('state', state);
224+
params.set('show_dialog', true);
224225

225226
authUrl.search = params.toString();
226227

0 commit comments

Comments
 (0)