Merge pull request #796 from wopian/patch-2
Fix 'Authentication' typo in setup wizard
This commit is contained in:
@@ -428,7 +428,7 @@
|
|||||||
complete: function (xhr, status) {
|
complete: function (xhr, status) {
|
||||||
var authToken = $.parseJSON(xhr.responseText);
|
var authToken = $.parseJSON(xhr.responseText);
|
||||||
if (authToken) {
|
if (authToken) {
|
||||||
$("#pms-token-status").html('<i class="fa fa-check"></i> Authentation successful!');
|
$("#pms-token-status").html('<i class="fa fa-check"></i> Authentication successful!');
|
||||||
$('#pms-token-status').fadeIn('fast');
|
$('#pms-token-status').fadeIn('fast');
|
||||||
$("#pms_token").val(authToken);
|
$("#pms_token").val(authToken);
|
||||||
authenticated = true;
|
authenticated = true;
|
||||||
|
Reference in New Issue
Block a user