Fix: login flow

This commit is contained in:
2025-12-07 18:56:31 +08:00
parent 3970dd5ebd
commit f4c92504e8
9 changed files with 72 additions and 11 deletions

View File

@@ -21,4 +21,8 @@ type Database interface {
ctx context.Context,
userId string,
) (string, error)
GetAliases(
ctx context.Context,
) ([]models.Alias, error)
}