mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +01:00
Merge pull request #33 from rasca/patch-1
fix missing closing tag typo in docs
This commit is contained in:
commit
5d97d6e1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const metadata = {
|
||||||
|
|
||||||
<LoginButton>Login</LoginButton>
|
<LoginButton>Login</LoginButton>
|
||||||
<LogoutButton>Logout</LogoutButton>
|
<LogoutButton>Logout</LogoutButton>
|
||||||
<RefreshTokenButton>RefreshToken<RefreshTokenButton><br />
|
<RefreshTokenButton>RefreshToken</RefreshTokenButton><br />
|
||||||
<pre>isLoading: {$isLoading}</pre>
|
<pre>isLoading: {$isLoading}</pre>
|
||||||
<pre>isAuthenticated: {$isAuthenticated}</pre>
|
<pre>isAuthenticated: {$isAuthenticated}</pre>
|
||||||
<pre>authToken: {$accessToken}</pre>
|
<pre>authToken: {$accessToken}</pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue