Changeset 6fa3d09 for src/main/resources/templates/login.html
- Timestamp:
- 01/05/22 21:51:57 (3 years ago)
- Branches:
- master
- Children:
- a64f926
- Parents:
- b8dc761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/login.html
rb8dc761 r6fa3d09 27 27 <button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button> 28 28 </form> 29 <a th:href="@{/oauth2/authorization/google}" class="btn btn- primary">Continue with google</a>30 <a th:href="@{/oauth2/authorization/facebook}" class="btn btn- primary">Continue with facebook</a>29 <a th:href="@{/oauth2/authorization/google}" class="btn btn-warning" style="width:200px; margin-top:20px;">Continue with Google</a> 30 <a th:href="@{/oauth2/authorization/facebook}" class="btn btn-info"style="width:200px; margin-top:20px;">Continue with Facebook</a> 31 31 <p th:if="${param.error != null}" class="text-danger">Incorrect username or password</p> 32 32 <p th:if="${successValidation}" class="text-success">Account validated</p>
Note:
See TracChangeset
for help on using the changeset viewer.