mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Display email address that invitee will be registered with.
Also add flash message for users who already have an account.
This commit is contained in:
@@ -33,6 +33,7 @@ def accept_invite(token):
|
||||
session['invited_user'] = invited_user.serialize()
|
||||
|
||||
if existing_user:
|
||||
|
||||
user_api_client.add_user_to_service(invited_user.service,
|
||||
existing_user.id,
|
||||
invited_user.permissions)
|
||||
|
||||
Reference in New Issue
Block a user