login by password or totp
This commit is contained in:
parent
a476bf6823
commit
be22c78372
3 changed files with 39 additions and 12 deletions
|
@ -136,7 +136,6 @@ export default abstract class UserService {
|
|||
* @returns {Promise<user>}
|
||||
*/
|
||||
static async getUserSecretAndRoutine(userId: string): Promise<user> {
|
||||
//TODO: not working yet
|
||||
return await dataSource
|
||||
.getRepository(user)
|
||||
.createQueryBuilder("user")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue