diff options
Diffstat (limited to 'backend/src/main/resources/templates/auth/login.html')
| -rw-r--r-- | backend/src/main/resources/templates/auth/login.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/src/main/resources/templates/auth/login.html b/backend/src/main/resources/templates/auth/login.html index 47bc63e..1eaa5f9 100644 --- a/backend/src/main/resources/templates/auth/login.html +++ b/backend/src/main/resources/templates/auth/login.html @@ -39,7 +39,9 @@ </div> <div class="flex flex-wrap mb-2"> </div> - <button type="submit" value="Log in" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Log In</button> + <button type="submit" value="Log in" + class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Log In + </button> </form> </div> |
