Merged in feature/SW-3506-refresh-tokens (pull request #3064)
feature(SW-3506): refresh-tokens setup for SAS Eurobonus * feature(SW-3506): refresh-tokens setup for SAS Eurobonus * Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/SW-3506-refresh-tokens Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -62,7 +62,7 @@ export async function GET(
|
||||
/** Record<string, any> is next-auth typings */
|
||||
const params = {
|
||||
ui_locales: SAS_LANGUAGE_MAP[contextParams.lang],
|
||||
scope: ["openid", "profile", "email"].join(" "),
|
||||
scope: ["openid", "profile", "email", "offline_access"].join(" "),
|
||||
} satisfies Record<string, string>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user