mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Easier to copy scope list
This commit is contained in:
@ -1241,7 +1241,7 @@ and grant Client name:
|
||||
|
||||
Access to scopes:
|
||||
|
||||
%s\n''' % (user_domain, service_account, ','.join(all_scopes))
|
||||
%s\n''' % (user_domain, service_account, ',\n'.join(all_scopes))
|
||||
sys.exit(int(not all_scopes_pass))
|
||||
|
||||
def showReport():
|
||||
|
Reference in New Issue
Block a user