We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c10ff2 commit cc492edCopy full SHA for cc492ed
app/controllers/api/v1/api_keys_controller.rb
@@ -1,4 +1,5 @@
1
class Api::V1::ApiKeysController < Api::BaseController
2
+ before_action :verify_authenticity_token, only: :reset
3
before_action :redirect_to_root, unless: :signed_in?, only: [:reset]
4
5
def show
0 commit comments