Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
def7e8c5
Commit
def7e8c5
authored
Feb 22, 2021
by
Jonathan
Browse files
Merge branch 'jonathan' into 'master'
edit auth.service.js See merge request
!32
parents
047aa413
27b0362f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/helpers/services/auth.service.js
View file @
def7e8c5
import
axios
from
'
axios
'
;
import
{
API_URL
}
from
'
../../config/keys
'
;
class
AuthService
{
logout
()
{
localStorage
.
removeItem
(
'
user
'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment