argos/dmp-frontend/src/app/login/googgle-sign-in/googgle-sign-in.component.html

13 lines
193 B
HTML

<table class="table">
<tbody>
<tr align="center">
<button id="signinButton" (click)="signIn()">Sign in with Google</button>
</tr>
</tbody>
</table>