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