mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
Fix typos in README.md example code
This commit is contained in:
parent
a4aa8439f1
commit
8b817efeb7
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ App.svelte
|
|||
import {
|
||||
OidcContext,
|
||||
authError,
|
||||
authToken,
|
||||
acessToken,
|
||||
idToken,
|
||||
isAuthenticated,
|
||||
isLoading,
|
||||
|
|
@ -44,7 +44,7 @@ const metadata = {
|
|||
client_id="aOijZt2ug6Ovgzp0HXdF23B6zxwA6PaP"
|
||||
redirect_uri="https://darrelopry.com/svelte-oidc/"
|
||||
post_logout_redirect_uri="https://darrelopry.com/svelte-oidc/"
|
||||
metdata={metadata}
|
||||
metadata={metadata}
|
||||
>
|
||||
|
||||
<button on:click|preventDefault='{() => login() }'>Login</button>
|
||||
|
|
@ -121,4 +121,4 @@ npm run showcase:dev
|
|||
**use semver**
|
||||
1. npm publish
|
||||
2. npm showcase:build
|
||||
3. npm showcase:publish
|
||||
3. npm showcase:publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue