mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Add link and placeholder view for managing a security key
This commit is contained in:
@@ -237,3 +237,11 @@ def user_profile_security_keys():
|
||||
return render_template(
|
||||
'views/user-profile/security-keys.html',
|
||||
)
|
||||
|
||||
|
||||
@main.route("/user-profile/security-keys/<uuid:key_id>/manage", methods=['GET'])
|
||||
@user_is_platform_admin
|
||||
def user_profile_manage_security_key():
|
||||
return render_template(
|
||||
'views/user-profile/manage-security-key.html',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user