vue2_frontend...
This commit is contained in:
parent
d1c5a11f07
commit
765651797e
@ -1,7 +1,6 @@
|
||||
class TokenService {
|
||||
isAuthenticated() {
|
||||
const isAuthenticated = !!this.getAccessToken() || !!this.getRefreshToken()
|
||||
return isAuthenticated
|
||||
return !!this.getAccessToken() || !!this.getRefreshToken()
|
||||
}
|
||||
getAccessToken() {
|
||||
const user = this.getUser()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user