You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="text-subtitle1 text-vdark">Rent your computer to earn VTX</div>
10
10
</div>
11
-
<divclass="col bg-white q-pa-xl window-height">
11
+
<divclass="col q-pa-xl">
12
12
<divclass="text-h5">Import private key</div>
13
13
<divclass="text-subtitle2">Please enter your private key below to start working with vDexNode Dashboard. We will never save or transmit your your key.</div>
14
14
<q-form@submit="login()">
15
-
<q-inputdensev-model="privateKey":type="isPwd ? 'password' : 'text'"countercolor="vdark"ref="input"@keyup.enter="login"label="Your private key":rules="[ val => val && val.length <= 51 || 'Wrong key']">
0 commit comments