mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
fix: trim trailling spaces in username
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
:disabled="loggingInByPassword || loggingInByOAuth2"
|
||||
:label="tt('Username')"
|
||||
:placeholder="tt('Your username or email')"
|
||||
v-model:value="username"
|
||||
v-model:value.trim="username"
|
||||
@input="tempToken = ''"
|
||||
></f7-list-input>
|
||||
<f7-list-input
|
||||
|
||||
Reference in New Issue
Block a user