feat(abonnement): linkedin_button paramétrable par next, inscription vers mes-infos

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Colin Maudry
2026-07-04 23:13:11 +02:00
parent a24a96288d
commit cc2b34e84a
3 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ def layout(error: str | None = None, email: str | None = None, **_):
],
),
html.Div("ou", className="text-center text-muted my-2"),
linkedin_button(),
linkedin_button("/compte/abonnement/mes-infos"),
html.Hr(),
dcc.Link("Déjà un compte ? Se connecter", href="/connexion"),
],