Skip to content

Commit 504b7cb

Browse files
Remove test accounts button
Remove the hidden create-test-accounts button from the Auth page to disable test account creation from the UI. No changes to backend logic; only UI element removal. X-Lovable-Edit-ID: edt-db7b0d9e-109b-48ef-8614-6e0dd8faa865
2 parents 9b213f9 + 83b4f32 commit 504b7cb

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/pages/Auth.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,16 +220,6 @@ export default function Auth() {
220220
>
221221
{loading ? "Entrando..." : "Entrar"}
222222
</Button>
223-
224-
<div className="text-center pt-2">
225-
<button
226-
type="button"
227-
onClick={() => navigate("/create-test-accounts")}
228-
className="text-white/50 text-xs hover:text-white/80 transition-colors underline-offset-2 hover:underline"
229-
>
230-
🧪 Criar contas de teste
231-
</button>
232-
</div>
233223
</form>
234224
</div>
235225
</div>

0 commit comments

Comments
 (0)