Ignore:
Timestamp:
01/05/22 21:51:57 (2 years ago)
Author:
NikolaCenevski <cenevskinikola@…>
Branches:
master
Children:
a64f926
Parents:
b8dc761
Message:

part 3

File:
1 edited

Legend:

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

    rb8dc761 r6fa3d09  
    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>
     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>
    3131    <p th:if="${param.error != null}" class="text-danger">Incorrect username or password</p>
    3232    <p th:if="${successValidation}" class="text-success">Account validated</p>
Note: See TracChangeset for help on using the changeset viewer.