Add push noti sending
This commit is contained in:
parent
7500f95d88
commit
5b0bea78b7
2 changed files with 41 additions and 26 deletions
|
@ -85,6 +85,7 @@ sub post_login {
|
|||
return $c->render( json => {
|
||||
success => Mojo::JSON->true,
|
||||
session_key => $session_key,
|
||||
email => $email,
|
||||
display_name => $user_result->name,
|
||||
user_type => $user_result->type,
|
||||
});
|
||||
|
|
Reference in a new issue