Ignore:
Timestamp:
01/05/22 15:57:29 (2 years ago)
Author:
NikolaCenevski <cenevskinikola@…>
Branches:
master
Children:
6fa3d09
Parents:
881a233
Message:

part 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/login.html

    r881a233 rb8dc761  
    2727        <button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
    2828    </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>
    2931    <p th:if="${param.error != null}" class="text-danger">Incorrect username or password</p>
    3032    <p th:if="${successValidation}" class="text-success">Account validated</p>
Note: See TracChangeset for help on using the changeset viewer.