Skip to content

Commit

Permalink
Adiciona botão para login social
Browse files Browse the repository at this point in the history
Signed-off-by: DaviMarinho <[email protected]>
  • Loading branch information
DaviMarinho committed Dec 9, 2023
1 parent c055406 commit 9302f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/pages/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
<div class="flex justify-start items-center text-blue-brand underline pl-4 cursor-pointer" (click)="navigator('/register')">
Cadastre-se
</div>
<div class="pt-4 flex justify-start items-center text-blue-brand underline pl-4 cursor-pointer" (click)="navigator('/loginsocial')">
Login com redes sociais
</div>
</form>
</div>

0 comments on commit 9302f65

Please sign in to comment.