Merge branch 'main' into feature/kanban-done-column
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-03-23 22:32:32 +01:00
commit cd18b444b4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ type User struct {
EmailConfirmToken string `xorm:"varchar(450) null" json:"-"`
AvatarProvider string `xorm:"varchar(255) null" json:"-"`
AvatarFileID int64 `xorn:"null" json:"-"`
AvatarFileID int64 `xorm:"null" json:"-"`
// Issuer and Subject contain the issuer and subject from the source the user authenticated with.
Issuer string `xorm:"text null" json:"-"`