Merge pull request #33 from rasca/patch-1

fix missing closing tag typo in docs
This commit is contained in:
Darrel O'Pry 2022-11-19 22:12:54 -05:00 committed by GitHub
commit 5d97d6e1cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>