Fix: login flow
This commit is contained in:
@@ -21,4 +21,8 @@ type Database interface {
|
||||
ctx context.Context,
|
||||
userId string,
|
||||
) (string, error)
|
||||
|
||||
GetAliases(
|
||||
ctx context.Context,
|
||||
) ([]models.Alias, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user