refactor(ui): extract auth and avatar components

This commit is contained in:
2026-06-18 17:14:02 +08:00
parent 96d0a54105
commit 7354afe93d
12 changed files with 91 additions and 69 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const initialState: PaymentState = {
selectedPlanId: "",
payChannel: "stripe",
autoRenew: true,
agreed: false,
agreed: true,
currentOrderId: null,
payParams: null,
orderStatus: null,