mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
fix: preferred login name (#231)
* fix: add preferred login name to my user sessions and get user info from view * fix: my user in auth
This commit is contained in:
@@ -29,6 +29,8 @@ type UserRepository interface {
|
||||
}
|
||||
|
||||
type myUserRepo interface {
|
||||
MyUser(ctx context.Context) (*model.UserView, error)
|
||||
|
||||
MyProfile(ctx context.Context) (*model.Profile, error)
|
||||
ChangeMyProfile(ctx context.Context, profile *model.Profile) (*model.Profile, error)
|
||||
|
||||
|
Reference in New Issue
Block a user