Fix acessToken -> accessToken

This commit is contained in:
Peter McNeil 2020-10-21 18:59:04 +11:00 committed by GitHub
parent 8b817efeb7
commit a1085368b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ App.svelte
import { import {
OidcContext, OidcContext,
authError, authError,
acessToken, accessToken,
idToken, idToken,
isAuthenticated, isAuthenticated,
isLoading, isLoading,