mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-14 22:45:50 +00:00
Merge pull request #17 from i701/feat/user-verification-handling
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m20s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 8m20s
fix getProfile import in PaymentId 🐛
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { redirect } from "next/navigation";
|
||||
import { getPayment, getProfile } from "@/actions/payment";
|
||||
import { getPayment } from "@/actions/payment";
|
||||
import { getProfile } from "@/actions/user-actions";
|
||||
import CancelPaymentButton from "@/components/billing/cancel-payment-button";
|
||||
import ExpiryCountDown from "@/components/billing/expiry-time-countdown";
|
||||
import ClientErrorMessage from "@/components/client-error-message";
|
||||
|
Reference in New Issue
Block a user