This commit is contained in:
syuilo
2019-01-04 03:52:50 +09:00
parent ebf9cd18c8
commit b4b6e9548d
6 changed files with 12 additions and 12 deletions

View File

@ -65,7 +65,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
enableRecaptcha: instance.enableRecaptcha,
recaptchaSiteKey: instance.recaptchaSiteKey,
swPublickey: instance.swPublicKey,
logoUrl: instance.logoUrl,
mascotImageUrl: instance.mascotImageUrl,
bannerUrl: instance.bannerUrl,
errorImageUrl: instance.errorImageUrl,
maxNoteTextLength: instance.maxNoteTextLength,