mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
Camel case variable
This commit is contained in:
parent
732646dbf7
commit
e234090c67
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@
|
|||
export let client_id;
|
||||
export let redirect_uri;
|
||||
export let post_logout_redirect_uri;
|
||||
export let extra_options = {};
|
||||
export let extraOptions = {};
|
||||
|
||||
export let scope = 'openid profile email';
|
||||
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
response_type: 'code',
|
||||
scope,
|
||||
automaticSilentRenew: true,
|
||||
...extra_options,
|
||||
...extraOptions,
|
||||
};
|
||||
|
||||
const userManager = new oidcClient.UserManager(settings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue