Stripe Pricing + Subscriptions

This commit is contained in:
2024-08-21 21:13:43 +02:00
parent 48bff89526
commit b4609d07ba
16 changed files with 969 additions and 1035 deletions

View File

@@ -84,7 +84,7 @@ export class HomeComponent {
}
login() {
this.keycloakService.login({
redirectUri: window.location.href,
redirectUri: `${window.location.origin}/login${this.router.routerState.snapshot.url}`,
});
}
register() {