diff options
Diffstat (limited to 'src/screens/onboarding/Login.tsx')
| -rw-r--r-- | src/screens/onboarding/Login.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/onboarding/Login.tsx b/src/screens/onboarding/Login.tsx index e8500eec..8e406522 100644 --- a/src/screens/onboarding/Login.tsx +++ b/src/screens/onboarding/Login.tsx @@ -43,7 +43,7 @@ const Login: React.FC<LoginProps> = ({navigation}: LoginProps) => { }); /** - * Updates the state of username. Also verifies the input of the username field by ensuring proper length and characters. + * Updates the state of username. Also verifies the input of the username field by ensuring proper length and appropriate characters. */ const handleUsernameUpdate = (val: string) => { let validLength: boolean = val.length >= 6; |
