Fix extraneous newlines

This commit is contained in:
Claire
2023-05-28 18:06:09 +02:00
parent 382b2a506a
commit 5ed48e6878
56 changed files with 0 additions and 79 deletions

View File

@ -16,8 +16,6 @@ import { loadPolyfills } from 'flavours/glitch/polyfills';
import ready from 'flavours/glitch/ready';
import { getLocale } from 'locales';
const messages = defineMessages({
usernameTaken: { id: 'username.taken', defaultMessage: 'That username is taken. Try another' },
passwordExceedsLength: { id: 'password_confirmation.exceeds_maxlength', defaultMessage: 'Password confirmation exceeds the maximum password length' },