Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
authorEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:17:46 +0000 (15:17 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Dec 2018 07:17:46 +0000 (15:17 +0800)
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

index 3d9d589..ab3202d 100644 (file)
@@ -8,6 +8,7 @@
  "strings" : {
   "dc7b0c7f9d3941532bda06cd58eec7bd" : "<ol class='qr-list' start=\"1\">\n    <li>Open Google Authenticator in your phone, and scan this QR code.</li>\n</ol>",
   "5d412a3d8de0189df31c8f331e2e6630" : "<ol class='qr-list' start=\"2\">\n    <li>After adding this to Google Authenticator, type in the generated number below to confirm.</li>\n</ol>",
+  "131e3875e777f6c9a8e510f96a4d20d2" : "Skip for now",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "ee468f72ab7fe4937fb014d6fcea540b" : "Enter Two factor Authentication code",
   "4674ee874911c910f2356ef9ec6ab7f9" : "Scan this into Google Authenticator",
@@ -37,7 +38,7 @@
      "String weight" : "default",
      "xtype" : "Button",
      "$ xns" : "Roo.bootstrap",
-     "String html" : "Cancel",
+     "String html" : "Skip for now",
      "* prop" : "buttons[]"
     },
     {
index eac16dd..f46ad84 100644 (file)
@@ -10,6 +10,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
  _strings : {
   'dc7b0c7f9d3941532bda06cd58eec7bd' :"<ol class='qr-list' start=\"1\">\n    <li>Open Google Authenticator in your phone, and scan this QR code.</li>\n</ol>",
   '5d412a3d8de0189df31c8f331e2e6630' :"<ol class='qr-list' start=\"2\">\n    <li>After adding this to Google Authenticator, type in the generated number below to confirm.</li>\n</ol>",
+  '131e3875e777f6c9a8e510f96a4d20d2' :"Skip for now",
   'ea4788705e6873b424c65e91c2846b19' :"Cancel",
   'ee468f72ab7fe4937fb014d6fcea540b' :"Enter Two factor Authentication code",
   '4674ee874911c910f2356ef9ec6ab7f9' :"Scan this into Google Authenticator",
@@ -106,7 +107,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
     buttons : [
      {
       xtype : 'Button',
-      html : _this._strings['ea4788705e6873b424c65e91c2846b19'] /* Cancel */,
+      html : _this._strings['131e3875e777f6c9a8e510f96a4d20d2'] /* Skip for now */,
       weight : 'default',
       listeners : {
        click : function (_self, e)