feat: use orgnization logo as tour logo and allow to configure whether to enable tour in organization edit page (#3046)

This commit is contained in:
赵尧鹏
2024-07-10 14:18:04 +08:00
committed by GitHub
parent d8cb82f67a
commit 5686fe5d22
5 changed files with 21 additions and 0 deletions

View File

@ -73,6 +73,7 @@ type Organization struct {
EnableSoftDeletion bool `json:"enableSoftDeletion"`
IsProfilePublic bool `json:"isProfilePublic"`
UseEmailAsUsername bool `json:"useEmailAsUsername"`
EnableTour bool `json:"enableTour"`
MfaItems []*MfaItem `xorm:"varchar(300)" json:"mfaItems"`
AccountItems []*AccountItem `xorm:"varchar(5000)" json:"accountItems"`