mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 01:37:31 +00:00
fix: return isDefault on login texts (#3076)
* fix: add is disabled to login texts * fix: fix aggregate id
This commit is contained in:
@@ -300,9 +300,10 @@ const (
|
||||
type CustomLoginText struct {
|
||||
models.ObjectRoot
|
||||
|
||||
State PolicyState
|
||||
Default bool
|
||||
Language language.Tag
|
||||
State PolicyState
|
||||
Default bool
|
||||
Language language.Tag
|
||||
IsDefault bool
|
||||
|
||||
SelectAccount SelectAccountScreenText
|
||||
Login LoginScreenText
|
||||
|
Reference in New Issue
Block a user