feat: add microsoft oauth (#3152)
This commit is contained in:
@@ -14,5 +14,6 @@ export const userStatusMap = {
|
||||
export enum OAuthEnum {
|
||||
github = 'github',
|
||||
google = 'google',
|
||||
wechat = 'wechat'
|
||||
wechat = 'wechat',
|
||||
microsoft = 'microsoft'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user