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

@@ -50,6 +50,7 @@ export const iconPaths = {
'common/list': () => import('./icons/common/list.svg'),
'common/loading': () => import('./icons/common/loading.svg'),
'common/logLight': () => import('./icons/common/logLight.svg'),
'common/microsoft': () => import('./icons/common/microsoft.svg'),
'common/monitor': () => import('./icons/common/monitor.svg'),
'common/navbar/pluginFill': () => import('./icons/common/navbar/pluginFill.svg'),
'common/navbar/pluginLight': () => import('./icons/common/navbar/pluginLight.svg'),