mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-15 11:40:29 +03:00
Bug fixes in emoji verificaiton
This commit is contained in:
parent
3f83514427
commit
2ba4d2f2b7
4 changed files with 52 additions and 43 deletions
|
|
@ -167,9 +167,10 @@ export function openReusableDialog(title, render, afterClose) {
|
|||
});
|
||||
}
|
||||
|
||||
export function openEmojiVerification(request) {
|
||||
export function openEmojiVerification(request, targetDevice) {
|
||||
appDispatcher.dispatch({
|
||||
type: cons.actions.navigation.OPEN_EMOJI_VERIFICATION,
|
||||
request,
|
||||
targetDevice,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue