chore: add build id to settings page (#6873)

- Adds a build Id to the settings page
This commit is contained in:
Vishnu Narayanan
2023-04-18 00:35:35 +05:30
committed by GitHub
parent c9ce9e5b8f
commit 4505c5dda3
8 changed files with 31 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ const {
CREATE_NEW_ACCOUNT_FROM_DASHBOARD: createNewAccountFromDashboard,
DIRECT_UPLOADS_ENABLED: directUploadsEnabled,
DISPLAY_MANIFEST: displayManifest,
GIT_SHA: gitSha,
HCAPTCHA_SITE_KEY: hCaptchaSiteKey,
INSTALLATION_NAME: installationName,
LOGO_THUMBNAIL: logoThumbnail,
@@ -33,6 +34,7 @@ const state = {
directUploadsEnabled: directUploadsEnabled === 'true',
disableUserProfileUpdate: disableUserProfileUpdate === 'true',
displayManifest,
gitSha,
hCaptchaSiteKey,
installationName,
logo,