Skip to content

Commit

Permalink
Merge pull request #18 from deco-sites/feature/user-associated-signup
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
baufaker authored Apr 10, 2024
2 parents 5bb3c3f + ecb4f9d commit 1883561
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/ui/UserAssociatedSignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function UserAssociatedSignup() {
const handleProceed = () => {
localStorage.setItem("associationSignup", "");
window.location.href = "/entrar";
}
};

return (
<FormWrap>
Expand Down Expand Up @@ -122,7 +122,10 @@ function UserAssociatedSignup() {
Agora que o seu cadastro está feito, basta prosseguir para o
login e acessar sua conta.
</span>
<button onClick={handleProceed} class="btn btn-primary text-white w-full mt-2">
<button
onClick={handleProceed}
class="btn btn-primary text-white w-full mt-2"
>
PROSSEGUIR
</button>
</div>
Expand Down

0 comments on commit 1883561

Please sign in to comment.