feat: SW-1583 Implemented Reward nights on city search
This commit is contained in:
@@ -65,7 +65,13 @@ export async function GET(
|
||||
},
|
||||
{
|
||||
ui_locales: context.params.lang,
|
||||
scope: ["openid", "profile"].join(" "),
|
||||
scope: [
|
||||
"openid",
|
||||
"profile",
|
||||
"booking",
|
||||
"availability",
|
||||
"profile_link",
|
||||
].join(" "),
|
||||
loginKey: loginKey,
|
||||
for_origin: publicURL,
|
||||
acr_values: "urn:com:scandichotels:scandic-email",
|
||||
|
||||
Reference in New Issue
Block a user