1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/devise
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
..
registrations Oops, fix bug for authorizing the NeoPass disconnect endpoint 2024-04-07 08:11:22 -07:00
sessions Add some cheesy formatting to the placeholder NeoPass UI 2024-03-14 19:47:19 -07:00
shared Redesign user settings form 2024-04-07 06:43:29 -07:00