mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 19:00:17 +01:00
Try to fix OAUTH2_REQUEST_PERMISSIONS by removing quotes.
Thanks to pcurie and xet7 !
Related 892ee60527
This commit is contained in:
parent
9b56f149e1
commit
5e65dfc272
6 changed files with 7 additions and 7 deletions
|
|
@ -276,7 +276,7 @@ echo -e "\t$ snap unset $SNAP_NAME oauth2-id-token-whitelist-fields"
|
|||
echo -e "\n"
|
||||
echo -e "OAuth2 Request Permissions."
|
||||
echo -e "To enable the OAuth2 Request Permissions of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-request-permissions=\"'openid profile email'\""
|
||||
echo -e "\t$ snap set $SNAP_NAME oauth2-request-permissions=\"openid profile email\""
|
||||
echo -e "\t-Disable the OAuth2 Request Permissions of Wekan:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME oauth2-request-permissions"
|
||||
echo -e "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue