Save user profile

This commit is contained in:
Mulia Nasution
2023-06-05 11:58:31 +07:00
parent 020ee95f96
commit 952ef392c3
2 changed files with 68 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ export default {
const data = response.data;
this._user = {
userId: data.data.userId,
username: data.data.username,
email: data.data.email,
role: data.data.role,