You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#418 - remove spaces from validation code form. (#431)
* fix: set chmod 755 on avatars-temp directory creation
Fixes permission denied error on subsequent Docker builds
* fix: strip spaces from verification code input
Users can now copy-paste verification codes with spaces (e.g. '1 2 3 4 5 6')
and they will be automatically cleaned to '123456' before validation.
Fixes#418
* Revert "fix: set chmod 755 on avatars-temp directory creation"
This reverts commit 185282f.
* prettier
---------
Co-authored-by: Your Name <you@example.com>
0 commit comments