mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:13:22 +00:00
searchparam
This commit is contained in:
@@ -13,7 +13,7 @@ type Inputs = {
|
||||
};
|
||||
|
||||
type Props = {
|
||||
loginName: string;
|
||||
loginName?: string;
|
||||
};
|
||||
|
||||
export default function PasswordForm({ loginName }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user