mirror of
https://github.com/TECHNOFAB11/svelte-oidc.git
synced 2025-12-11 23:50:06 +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>
|
<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