properly display username/emails of logged in user, and add logout button

This commit is contained in:
2022-02-22 17:32:45 -05:00
parent 8330bb420e
commit 3c9dd96d8b
7 changed files with 100 additions and 16 deletions

View File

@@ -3,5 +3,6 @@
service: @intended_link.service,
recipient: @intended_link.recipient,
user: current_user(@conn),
link: current_link(@conn)
link: current_link(@conn),
error: get_flash(@conn, :error)
}) %>