From 0d2f6fc5952737fff68faf48b0fc84f06a2dc66a Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 17 Jul 2023 12:41:26 +0700 Subject: [PATCH] Add `offline_access` to oidc scopes (cherry picked from commit e353b06f98d319ed852d02a528aab7383f255e87) --- env.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.file b/env.file index 989479a99..273e74325 100644 --- a/env.file +++ b/env.file @@ -1,7 +1,7 @@ SERVER_URL=http://localhost/ DOMAIN_REDIRECT_URL=http://localhost:3000 WEB_OIDC_CLIENT_ID=teammail-web -OIDC_SCOPES=openid,profile,email +OIDC_SCOPES=openid,profile,email,offline_access APP_GRID_AVAILABLE=supported FCM_AVAILABLE=supported IOS_FCM=supported \ No newline at end of file