mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-10 23:20:05 +01:00
fix missing closing tag typo in docs
This commit is contained in:
parent
0e3e1700a2
commit
86f926e6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const metadata = {
|
|||
|
||||
<LoginButton>Login</LoginButton>
|
||||
<LogoutButton>Logout</LogoutButton>
|
||||
<RefreshTokenButton>RefreshToken<RefreshTokenButton><br />
|
||||
<RefreshTokenButton>RefreshToken</RefreshTokenButton><br />
|
||||
<pre>isLoading: {$isLoading}</pre>
|
||||
<pre>isAuthenticated: {$isAuthenticated}</pre>
|
||||
<pre>authToken: {$accessToken}</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue