sync updates

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-08-22 00:17:46 -07:00
parent 7bf69994f8
commit c95e3326b8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 78afeecf9ae152b74be1f3d1803bc60485bbc55a
Subproject commit a056feb4a18637e2c9e197d6650ed4da97231dd8

View file

@ -82,7 +82,7 @@ export const LoginForm = () => {
</div>
<button type="submit" disabled={loading} className="w-full text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">{loading ? 'Logging in...' : 'Login'}</button>
<p className="text-sm font-light text-gray-500 dark:text-gray-400">
Dont have an account yet? <a href="http://localhost:3000/signup" className="font-medium text-primary-600 hover:underline dark:text-primary-500" >Sign up</a>
Dont have an account yet? <a href="https://www.surfsense.net/signup" className="font-medium text-primary-600 hover:underline dark:text-primary-500" >Sign up</a>
</p>
{error && <p style={{ color: 'red' }}>{error}</p>}
</form>