mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
There are no links to the `webauthn_begin_register` route - you are only taken there if you are logged in and have clicked to register a key. However, we have seen this route being crawled by bots making a GET request which gives a `500` status code error because there isn't a logged in current_user. For consistency, this also adds teh decorator to the POST route.