mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: bumps the user-api-key version to 3 (#6526)
* UX: bumps the user-api-key version to 3 * fix spec
This commit is contained in:
committed by
Régis Hanol
parent
2a77550f8c
commit
8e274f7296
@@ -6,7 +6,7 @@ class UserApiKeysController < ApplicationController
|
||||
skip_before_action :redirect_to_login_if_required, only: [:new]
|
||||
skip_before_action :check_xhr, :preload_json
|
||||
|
||||
AUTH_API_VERSION ||= 2
|
||||
AUTH_API_VERSION ||= 3
|
||||
|
||||
def new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user