Valor pleases you, Crom

This commit is contained in:
Alex Gleason 2022-05-12 14:47:19 -05:00
parent c7375a2e01
commit d94d946216
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ const SoapboxMount = () => {
{/* We should prefer using /signup in components. */}
{pepeEnabled ? (
<Redirect from='/signup' to='/verify' />
): (
) : (
<Redirect from='/verify' to='/signup' />
)}