Disable re-promt when permission is granted
-
One more hard coded variable than need UI.
I edited line 127 in file “okv-oauth/App/Libraries/MyOauth/Google.php”:
From:
'&prompt=select_account+consent';
to:
'&prompt=select_account';
Add switch because now it will re promt every time for permission (can be skipped).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable re-promt when permission is granted’ is closed to new replies.