Feat: finish login and add test
This commit is contained in:
@@ -17,7 +17,7 @@ type Database interface {
|
||||
userId string,
|
||||
) (models.Session, error)
|
||||
|
||||
UpdateLoginToken(
|
||||
UpsertLoginToken(
|
||||
ctx context.Context,
|
||||
userId string,
|
||||
) (string, error)
|
||||
|
||||
Reference in New Issue
Block a user