Skip to content

Commit

Permalink
Remove lost code button
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás András Horváth <[email protected]>
  • Loading branch information
icetee committed Jun 18, 2023
1 parent 9f90816 commit f145897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/azonositas.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function AuthPage() {

<div className="submit-button-wrapper">
<Submit label="Tovább a szavazáshoz" loading={loading} disabled={/_/.test(filterData.auth_code) || filterData.auth_code.length == 0} />
<a href="/elfelejtett-kod/igenyles">Nincs meg a kódom</a>
{/* <a href="/elfelejtett-kod/igenyles">Nincs meg a kódom</a> */}
</div>
</div>
</div>
Expand Down

0 comments on commit f145897

Please sign in to comment.