remove site key from environment

This commit is contained in:
Sufiyan Shaikh
2022-06-16 18:46:41 +05:30
committed by Sufiyan Shaikh
parent 0953806865
commit 2ef701a231
4 changed files with 2 additions and 7 deletions

View File

@@ -8,6 +8,5 @@ export const environment: Partial<BuildConfig> = {
preboot: true,
async: true,
time: false
},
recaptchaSiteKey: '6LfmfEsgAAAAACNqQ0aHqJa0HOHcUsvv2OCiEbV4'
}
};