feat: add microsoft oauth (#3152)

This commit is contained in:
heheer
2024-11-14 10:33:49 +08:00
committed by shilin66
parent 0ef5074c67
commit 57539b836e
7 changed files with 24 additions and 8 deletions

View File

@@ -14,5 +14,6 @@ export const userStatusMap = {
export enum OAuthEnum {
github = 'github',
google = 'google',
wechat = 'wechat'
wechat = 'wechat',
microsoft = 'microsoft'
}