Skip to content

Commit

Permalink
Show signup by default instead of login (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura authored Jul 11, 2024
1 parent fdc679b commit bac1979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function CreateController({
loginMode?: LoginMode;
}) {
const { error } = useConnection();
const [showSignup, setShowSignup] = useState(false);
const [showSignup, setShowSignup] = useState(true);
const [prefilledUsername, setPrefilledUsername] = useState<string>();

if (error) {
Expand Down

0 comments on commit bac1979

Please sign in to comment.