mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08:00
@@ -136,7 +136,7 @@ func InitWebInstalled(ctx context.Context) {
|
||||
mustInitCtx(ctx, common.InitDBEngine)
|
||||
log.Info("ORM engine initialization successful!")
|
||||
mustInit(system.Init)
|
||||
mustInit(oauth2.Init)
|
||||
mustInitCtx(ctx, oauth2.Init)
|
||||
|
||||
mustInitCtx(ctx, models.Init)
|
||||
mustInitCtx(ctx, authmodel.Init)
|
||||
|
||||
Reference in New Issue
Block a user