Add push noti sending

This commit is contained in:
Ben Goldsworthy 2020-11-08 17:35:29 +00:00
parent 7500f95d88
commit 5b0bea78b7
2 changed files with 41 additions and 26 deletions

View file

@ -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,
});