Simplify Remember Me label text
Remove '30 days' from label - most apps just say 'Remember me' without specifying the duration.
This commit is contained in:
parent
56a7579c99
commit
c1d076db0c
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ const LoginForm: Component<{
|
|||
class="ml-2 block text-sm text-gray-700 dark:text-gray-300 cursor-pointer"
|
||||
onClick={() => setRememberMe(!rememberMe())}
|
||||
>
|
||||
Remember me for 30 days
|
||||
Remember me
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue