mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: add danger zone to settings
This commit is contained in:
@@ -19,7 +19,7 @@ export default async function ChoosePlanPage() {
|
||||
<ColoredText>TaxHacker Cloud Edition</ColoredText>
|
||||
<h2 className="mt-3 text-2xl font-semibold text-muted-foreground">Choose your plan</h2>
|
||||
</CardTitle>
|
||||
<CardContent className="w-full">
|
||||
<CardContent className="p-0 w-full">
|
||||
{config.auth.disableSignup ? (
|
||||
<div className="text-center text-md text-muted-foreground">
|
||||
Creating new account is disabled for now. Please use the self-hosted version.
|
||||
|
||||
Reference in New Issue
Block a user