Username recovery improvements
This commit is contained in:
parent
a70ae1060d
commit
533a1b32d4
27 changed files with 423 additions and 99 deletions
|
@ -150,6 +150,13 @@ function getToast(toastType: ToastType): AnyToast {
|
|||
return { toastType: ToastType.UnsupportedMultiAttachment };
|
||||
case ToastType.UnsupportedOS:
|
||||
return { toastType: ToastType.UnsupportedOS };
|
||||
case ToastType.UsernameRecovered:
|
||||
return {
|
||||
toastType: ToastType.UsernameRecovered,
|
||||
parameters: {
|
||||
username: 'maya.45',
|
||||
},
|
||||
};
|
||||
case ToastType.UserAddedToGroup:
|
||||
return {
|
||||
toastType: ToastType.UserAddedToGroup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue