1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

sso to thirdpart website (#5401)

This commit is contained in:
mrwangjianhui
2023-03-15 15:40:19 +08:00
committed by GitHub
parent bc7494b94b
commit 4ca0986384
7 changed files with 59 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ export const maxNumberOfFilesForFileupload = window.app.pageOptions.maxNumberOfF
export const enableOCM = window.app.pageOptions.enableOCM;
export const ocmRemoteServers = window.app.pageOptions.ocmRemoteServers;
export const enableOCMViaWebdav = window.app.pageOptions.enableOCMViaWebdav;
export const enableSSOToThirdpartWebsite = window.app.pageOptions.enableSSOToThirdpartWebsite;
export const curNoteMsg = window.app.pageOptions.curNoteMsg;
export const curNoteID = window.app.pageOptions.curNoteID;