新增 LinuxDo Oauth2 登录
This commit is contained in:
@@ -4,6 +4,7 @@ import userService from './service/user-service';
|
||||
import verifyRecordService from './service/verify-record-service';
|
||||
import emailService from './service/email-service';
|
||||
import kvObjService from './service/kv-obj-service';
|
||||
import oauthService from "./service/oauth-service";
|
||||
export default {
|
||||
async fetch(req, env, ctx) {
|
||||
|
||||
@@ -26,5 +27,6 @@ export default {
|
||||
await verifyRecordService.clearRecord({ env })
|
||||
await userService.resetDaySendCount({ env })
|
||||
await emailService.completeReceiveAll({ env })
|
||||
await oauthService.clearNoBindOathUser({ env })
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user