CodeCraft Auth API Docs - v0.0.0
Preparing search index...
modules/authentication/types/auth-content.types
ForgotPasswordContent
Interface ForgotPasswordContent
interface
ForgotPasswordContent
{
actions
?:
AuthActionConfig
;
customDescription
?:
string
;
customTitle
?:
string
;
description
:
string
;
fields
:
{
emailLabel
:
string
;
emailPlaceholder
?:
string
}
;
submit
:
string
;
title
:
string
;
}
Hierarchy (
View Summary
)
AuthBaseContent
ForgotPasswordContent
Index
Properties
actions?
custom
Description?
custom
Title?
description
fields
submit
title
Properties
Optional
actions
actions
?:
AuthActionConfig
Optional
custom
Description
customDescription
?:
string
Optional
custom
Title
customTitle
?:
string
description
description
:
string
fields
fields
:
{
emailLabel
:
string
;
emailPlaceholder
?:
string
}
submit
submit
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
custom
Description
custom
Title
description
fields
submit
title
CodeCraft Auth API Docs - v0.0.0
Loading...