dont show org id taken after success

This commit is contained in:
miloschwartz
2025-06-21 16:42:59 -04:00
parent 49b88002fb
commit 4f68a26049

View File

@@ -264,13 +264,13 @@ export default function StepperForm() {
)} )}
/> />
{orgIdTaken && ( {orgIdTaken && !orgCreated ? (
<Alert variant="destructive"> <Alert variant="destructive">
<AlertDescription> <AlertDescription>
{t('setupErrorIdentifier')} {t('setupErrorIdentifier')}
</AlertDescription> </AlertDescription>
</Alert> </Alert>
)} ) : null}
{error && ( {error && (
<Alert variant="destructive"> <Alert variant="destructive">