mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 09:01:06 +02:00
Update username after Profile update
This commit is contained in:
@ -92,6 +92,8 @@
|
||||
.then(response => {
|
||||
|
||||
this.response = response.data.message
|
||||
|
||||
localStorage.setItem('user',response.data.username)
|
||||
})
|
||||
.catch(error => {
|
||||
if( error.response.status === 400 ) {
|
||||
|
Reference in New Issue
Block a user