mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 13:33:07 +00:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
export default function Page() {
|
|
return <div className="flex flex-col items-center space-y-4">mfa</div>;
|
|
}
|