impress/app/views/devise/registrations
Emi Matchu 89fc99c918 Oops, fix bug for authorizing the NeoPass disconnect endpoint
Ahh right, in development `User` and `AuthUser` will have the same ID,
but that got messed up early on for us in production DTI 😅

Here, we switch the form to reference the `User` instead of the
`AuthUser` (to get the ID right), then we also change how we compare
the IDs, because `User#to_param` appends extra text onto the ID after
the number!
2024-04-07 08:11:22 -07:00
..
edit.html.erb Oops, fix bug for authorizing the NeoPass disconnect endpoint 2024-04-07 08:11:22 -07:00
new.html.erb Signup and settings page for OpenNeo ID accounts 2023-10-23 19:05:07 -07:00