mirror of
https://gitee.com/gitea/gitea
synced 2025-12-01 22:00:29 +08:00
drop oauth2 feature support
This commit is contained in:
@@ -630,7 +630,6 @@ func deleteUser(e *xorm.Session, u *User) error {
|
||||
// ***** END: Follow *****
|
||||
|
||||
if err = deleteBeans(e,
|
||||
&Oauth2{Uid: u.Id},
|
||||
&AccessToken{UID: u.Id},
|
||||
&Collaboration{UserID: u.Id},
|
||||
&Access{UserID: u.Id},
|
||||
|
||||
Reference in New Issue
Block a user