Changeset b8dc761 for src/main/resources/templates/login.html
- Timestamp:
- 01/05/22 15:57:29 (3 years ago)
- Branches:
- master
- Children:
- 6fa3d09
- Parents:
- 881a233
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/login.html
r881a233 rb8dc761 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 31 <p th:if="${param.error != null}" class="text-danger">Incorrect username or password</p> 30 32 <p th:if="${successValidation}" class="text-success">Account validated</p>
Note:
See TracChangeset
for help on using the changeset viewer.