mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 17:17:25 +00:00
7 lines
79 B
Go
7 lines
79 B
Go
![]() |
package config
|
||
|
|
||
|
type Config struct {
|
||
|
EmailVerified bool
|
||
|
PhoneVerified bool
|
||
|
}
|