mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/users: track login time
This commit is contained in:
@ -66,7 +66,7 @@ class Api {
|
||||
return new Promise((resolve, reject) => {
|
||||
this.userName = userName;
|
||||
this.userPassword = userPassword;
|
||||
this.get('/user/' + userName)
|
||||
this.get('/user/' + userName + '?bump-login=true')
|
||||
.then(response => {
|
||||
this.user = response.user;
|
||||
resolve();
|
||||
|
Reference in New Issue
Block a user