mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
998708c81a
closes https://github.com/TryGhost/Team/issues/3471 - after adding and removing an icon, icon settings passed an undefined icon to the signup form's all-in-one style. The AIO conditions didn't take that into account and caused the entire component to crash. <!-- Leave the line below if you'd like GitHub Copilot to generate a summary from your commit --> <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 9e1aea3</samp> Fix signup form embed code generation when icon is not set. Add a check for `this.settings.icon` in `signup-form-embed.js` before replacing image path. |
||
---|---|---|
.. | ||
about.hbs | ||
about.js | ||
confirm-email.hbs | ||
signup-form-embed.hbs | ||
signup-form-embed.js | ||
verify-email.hbs | ||
verify-email.js |