final commit before execution

This commit is contained in:
2025-02-07 11:51:43 +02:00
parent fa272c636c
commit 58e7ed2f06
14 changed files with 473 additions and 196 deletions

View File

@@ -94,7 +94,7 @@ export default function LoginForm() {
</div>
<FormError message={error} />
<Button type='submit' className='w-full' disabled={loading}>
{loading ? 'Loading...' : 'Login'}
{loading ? 'Loading...' : 'Увійти'}
</Button>
</form>
</Form>