<%= notice %>
<% if user_signed_in? %>
Signed as <%= current_user.email %>
Login and verification
<%= link_to "Change password", edit_password_path %>
<%= link_to "Change email address", edit_identity_email_path %>
Access history
<%= link_to "Devices & Sessions", sessions_path %>
<%= button_to "Log out", Current.session, method: :delete %>
<% else %>
<%= link_to "Log in", sign_in_path %>
<% end %>