mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-05 01:45:22 +02:00
drop oauth2 feature support
This commit is contained in:
parent
562e47f31c
commit
3fb1b6a608
23 changed files with 17 additions and 811 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue