searchparam

This commit is contained in:
Max Peintner
2023-05-24 14:28:55 +02:00
parent c6050d0739
commit 4ec963847d
2 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ type Inputs = {
};
type Props = {
loginName: string;
loginName?: string;
};
export default function PasswordForm({ loginName }: Props) {