feat(SW-360): include signup form as a dynamic content
This commit is contained in:
committed by
Pontus Dreij
parent
367cab27ab
commit
f895cd2cb5
5
types/components/form/registerForm.ts
Normal file
5
types/components/form/registerForm.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type RegisterFormProps = {
|
||||
link?: { href: string; text: string }
|
||||
subtitle: string
|
||||
title: string
|
||||
}
|
||||
Reference in New Issue
Block a user