Username recovery improvements
This commit is contained in:
parent
a70ae1060d
commit
533a1b32d4
27 changed files with 423 additions and 99 deletions
|
@ -35,6 +35,9 @@ export default {
|
|||
usernameLinkCorrupted: {
|
||||
control: 'boolean',
|
||||
},
|
||||
usernameLinkRecovered: {
|
||||
control: 'boolean',
|
||||
},
|
||||
usernameLinkState: {
|
||||
control: { type: 'select' },
|
||||
options: [
|
||||
|
@ -66,6 +69,7 @@ export default {
|
|||
showToast: action('showToast'),
|
||||
resetUsernameLink: action('resetUsernameLink'),
|
||||
setUsernameLinkColor: action('setUsernameLinkColor'),
|
||||
clearUsernameLinkRecovered: action('clearUsernameLinkRecovered'),
|
||||
onBack: action('onBack'),
|
||||
},
|
||||
} satisfies Meta<PropsType>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue