fix(SW-360): signup form props
This commit is contained in:
@@ -19,15 +19,6 @@ export interface OverviewTableProps extends PartialDynamicContent {
|
||||
firstItem: boolean
|
||||
}
|
||||
|
||||
export interface SignUpVerificationProps {
|
||||
title: string
|
||||
subtitle: string
|
||||
}
|
||||
export interface SignupFormWrapperProps extends PartialDynamicContent {}
|
||||
|
||||
export interface SignupFormWrapperProps {
|
||||
dynamic_content: {
|
||||
link: string
|
||||
subtitle: string
|
||||
title: string
|
||||
}
|
||||
}
|
||||
export interface SignUpVerificationProps extends PartialDynamicContent {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export type RegisterFormProps = {
|
||||
link?: { href: string; text: string }
|
||||
subtitle: string
|
||||
subtitle?: string
|
||||
title: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user