get token inside the app
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-17 15:57:13 +01:00
parent 0a645744f0
commit c8383955d5
2 changed files with 55 additions and 3 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ export default function AppleStyleAuth() {
{/* 4. BOTÃO GOOGLE */}
<button
onClick={() => keycloak.login()}
onClick={() => keycloak.login({ redirectUri: "http://localhost:3000/create-news" })}
className="group flex w-full items-center justify-center gap-3 rounded-2xl border border-neutral-200 bg-white px-6 py-3.5 transition-all hover:bg-neutral-50 active:scale-[0.98] dark:border-neutral-800 dark:bg-transparent dark:hover:bg-neutral-900"
>
<svg className="h-5 w-5" viewBox="0 0 24 24">