Add files via upload
This commit is contained in:
parent
e7e1041592
commit
c4a74e62e4
@ -5,6 +5,7 @@ const staticURL = window.FileBrowser.StaticURL;
|
|||||||
const recaptcha = window.FileBrowser.ReCaptcha;
|
const recaptcha = window.FileBrowser.ReCaptcha;
|
||||||
const recaptchaKey = window.FileBrowser.ReCaptchaKey;
|
const recaptchaKey = window.FileBrowser.ReCaptchaKey;
|
||||||
const signup = window.FileBrowser.Signup;
|
const signup = window.FileBrowser.Signup;
|
||||||
|
const useInvitationCode = window.FileBrowser.UseInvitationCode;
|
||||||
const version = window.FileBrowser.Version;
|
const version = window.FileBrowser.Version;
|
||||||
const logoURL = `${staticURL}/img/logo.svg`;
|
const logoURL = `${staticURL}/img/logo.svg`;
|
||||||
const noAuth = window.FileBrowser.NoAuth;
|
const noAuth = window.FileBrowser.NoAuth;
|
||||||
@ -23,6 +24,7 @@ export {
|
|||||||
recaptcha,
|
recaptcha,
|
||||||
recaptchaKey,
|
recaptchaKey,
|
||||||
signup,
|
signup,
|
||||||
|
useInvitationCode,
|
||||||
version,
|
version,
|
||||||
noAuth,
|
noAuth,
|
||||||
authMethod,
|
authMethod,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user