mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 22:41:13 +00:00
feat: limit password length
This commit is contained in:
parent
acc6845b89
commit
c36911d9b1
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
let isError: boolean = false;
|
||||
|
||||
$: {
|
||||
codeValueMobile = codeValueMobile.slice(0, 12);
|
||||
codeValueMobile = codeValueMobile.toUpperCase();
|
||||
codeValueArray = codeValueMobile.split('');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue