modified: main_dc/yalarba/api_es/cmd/main.go

delete oAuth
This commit is contained in:
2025-10-29 06:24:22 +05:00
parent 781c16d17a
commit 1221ae2e47
-2
View File
@@ -25,8 +25,6 @@ type User struct {
Name string `json:"name" gorm:"size:100;not null"`
Email string `json:"email" gorm:"size:255;uniqueIndex;not null"`
Password string `json:"-" gorm:"size:255;not null"` // Пароль не возвращаем в JSON
// OAuth провайдеры
OAuthProviders []OAuthProvider `json:"-"`
}
type Config struct {