Skip to content
Snippets Groups Projects
Commit 7aadba3f authored by Aulia  Adila's avatar Aulia Adila
Browse files

add comment on header

parent 8f5c6911
Branches
Tags
2 merge requests!30Main,!25Merge - Issue 14 ubah password
...@@ -105,6 +105,9 @@ export default { ...@@ -105,6 +105,9 @@ export default {
}, },
toLogout(){ toLogout(){
console.log("logout") console.log("logout")
//panggil api logout (delete token)
//data user jadi null
//pastiin dia gabisa ke halaman lain lagi
}, },
getProfile(){ getProfile(){
HTTP.get("users/profile").then((res)=>{ HTTP.get("users/profile").then((res)=>{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment