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
27b0362f
Commit
27b0362f
authored
Feb 22, 2021
by
Jonathan Chandra
Browse files
edit auth.service.js
parent
3f12e3fb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/helpers/services/auth.service.js
View file @
27b0362f
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