Remove useless alertType field

This commit is contained in:
Yang Luo
2023-10-20 23:01:11 +08:00
parent 22b57fdd23
commit 96cbf51ca0
4 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,6 @@ type ProviderItem struct {
CanSignIn bool `json:"canSignIn"`
CanUnlink bool `json:"canUnlink"`
Prompted bool `json:"prompted"`
AlertType string `json:"alertType"`
Rule string `json:"rule"`
Provider *Provider `json:"provider"`
}