forked from Helios-Protocol/helios-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.html
More file actions
608 lines (587 loc) · 36.9 KB
/
Copy pathsetting.html
File metadata and controls
608 lines (587 loc) · 36.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Helios Wallet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="An infinitely scalable cryptocurrency and smart contract platform based on fully parallelized concurrent blockchains. The Helios platform is designed from the ground up to be futureproof with secure, high speed, and low fee transactions, and to enable truly decentralized and democratic applications." name="description" />
<meta content="Coderthemes" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- App favicon -->
<link rel="shortcut icon" href="dist/assets/images/favicon.ico">
<!-- plugins -->
<link href="dist/assets/libs/datatables/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/libs/datatables/responsive.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/libs/datatables/buttons.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/libs/datatables/select.bootstrap4.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/libs/flatpickr/flatpickr.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="dist/assets/css/bootstrap-dark.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/css/app-dark.min.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" id="style_sheet" href="dist/js/alertify.css">
<script src="dist/js/alertify.js"></script>
<script src="dist/js/frontpage.js"></script>
</head>
<body>
<!-- Begin page -->
<div id="wrapper">
<!-- Topbar Start -->
<div class="navbar navbar-expand flex-column flex-md-row navbar-custom" id="content">
<div class="container-fluid">
<!--Logo Start-->
<a href="dashboard.html" class="navbar-brand mr-0 mr-md-2 logo">
<span class="logo-lg">
<img src="dist/assets/images/logo.png" alt="" height="40" />
</span>
<span class="logo-sm">
<img src="dist/assets/images/helios_logo_solo.png" alt="" height="35">
</span>
</a>
<!--Logo End-->
<!--Menu Icon Start-->
<ul class="navbar-nav bd-navbar-nav flex-row list-unstyled menu-left mb-0">
<li class="">
<button class="button-menu-mobile open-left">
<i data-feather="menu" class="menu-icon"></i>
</button>
</li>
</ul>
<!--Menu Icon End-->
<!--Right List Start-->
<ul class="navbar-nav flex-row ml-auto d-flex list-unstyled topnav-menu float-right mb-0">
<li class="d-sm-block d-none dropdown notification-list align-self-center">
<a class="nav-link dropdown-toggle nav-user mr-0">
<div class="media user-profile">
<img src="dist/assets/images/users/avatar-7.png" alt="user-image" class="rounded-circle align-self-center" />
<div class="media-body text-left align-self-center">
<p class="ml-2 my-0 text-white ls-1">
<span id="lusername"></span>
</p>
</div>
</div>
</a>
</li>
<li class="d-sm-block align-self-center">
<div class="btn-group mr-1">
<button type="button" class="btn btn-network dropdown-toggle networkidselect" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Mainnet <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg></i></button>
<div class="dropdown-menu netselect">
<a class="dropdown-item" style="cursor: pointer;" data-id="1">Mainnet</a>
<a class="dropdown-item" style="cursor: pointer;" data-id="42">Hypothesis Testnet</a>
</div>
</div>
</li>
<!--<li class="dropdown notification-list" data-toggle="tooltip" data-placement="left" title="Settings">
<a href="javascript:void(0);" class="nav-link right-bar-toggle">
<i data-feather="settings"></i>
</a>
</li>-->
</ul>
<!--Right List End-->
</div>
</div>
<!--Topbar End-->
<!--Left Sidebar Start-->
<div class="left-side-menu">
<div class="sidebar-content">
<!--- Sidemenu -->
<div id="sidebar-menu" class="slimscroll-menu">
<ul class="metismenu" id="menu-bar">
<!--<li class="menu-title">Navigation</li>-->
<li>
<a href="dashboard.html">
<img src="dist/assets/icon/menu1.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Dashboard </span>
</a>
</li>
<li>
<a href="transactions.html">
<img src="dist/assets/icon/menu2.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Transactions </span>
</a>
</li>
<li>
<a href="javascript: void(0);">
<img src="dist/assets/icon/menu3.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Local Wallets </span>
<span class="menu-arrow"></span>
</a>
<ul class="nav-second-level sub_menu local_wallet" aria-expanded="false">
<li>
<a href="local_wallet.html"><i class="uil uil-plus-circle add_wallet_plus mr-2"></i>Add New Wallet</a>
</li>
</ul>
</li>
<li>
<a href="javascript: void(0);">
<img src="dist/assets/icon/menu4.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Online Wallets </span>
<span class="menu-arrow"></span>
</a>
<ul class="nav-second-level sub_menu live_wallet" aria-expanded="false">
<!-- <li>
<a href="existing_online_wallet.html">Existing Wallet</a>
</li> -->
<li>
<a href="add_online_wallet.html"><i class="uil uil-plus-circle add_wallet_plus mr-2"></i>Add New Wallet</a>
</li>
</ul>
</li>
<li>
<a href="paper_wallet.html">
<img src="dist/assets/icon/menu3p.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Paper Wallet </span>
</a>
</li>
<li>
<a href="contact_list.html">
<img src="dist/assets/icon/menu5.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Contact List </span>
</a>
</li>
<!--<li>
<a href="account_setting.html">
<img src="dist/assets/icon/menu6.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Account </span>
</a>
</li>-->
<li>
<a href="setting.html">
<img src="dist/assets/icon/menu7.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Setting </span>
</a>
</li>
<li>
<a id="logout">
<img src="dist/assets/icon/menu8.png" class="avatar-menu rounded align-self-center mr-2" alt="Helios">
<span> Logout </span>
</a>
</li>
</ul>
</div>
<!-- End Sidebar -->
<div class="clearfix"></div>
</div>
<!-- Sidebar -left -->
</div>
<!--Left Sidebar End-->
<!--Contact Start-->
<div class="content-page">
<div class="content">
<!--Main Start-->
<div class="container-fluid">
<div class="row">
<!-- <div class="col-lg-6">
<div class="row page-title-2 align-items-center d-none d-sm-block">
<div class="col-sm-12 col-xl-12">
<h4 class="mb-1 mt-0">Account Settings</h4>
</div>
</div>
<div class="row page-title align-items-center d-md-none d-sm-none">
<div class="col-sm-12 col-xl-12">
<h4 class="mb-1 mt-0">Account Settings</h4>
</div>
</div>
<div class="card same_height_setting">
<div class="card-body">
<div class="account_setting_div">
<div class="text-center mt-3">
<img src="dist/assets/images/users/avatar-7.png" alt=""
class="avatar-lg rounded-circle" />
<h5 id="lusername"></h5>
</div>
</div>
<div class="pt-2">
<div class="form-group position-relative mb-3 form_title_head_account">
<h5>Username:</h5>
<input type="text" id="preloading-timepicker" class="form-control text-down ls-1 lusername" placeholder="Enter new user name" value="Raj Ladumor">
</div>
</div>
</div>
</div>
</div> -->
<!--Section Start-->
<div class="col-lg-8">
<!--Top heading Start-->
<div class="row page-title-2 align-items-center d-none d-sm-block">
<div class="col-sm-12 col-xl-12">
<h4 class="mb-1 mt-0">Security Settings</h4>
</div>
</div>
<!--Top heading End-->
<!--Top heading Start-->
<div class="row page-title-1 align-items-center d-md-none d-sm-none">
<div class="col-sm-4 col-xl-6">
<h4 class="mb-1 mt-0">Security Settings</h4>
</div>
</div>
<!--Top heading End-->
<div class="card">
<div class="card-body">
<div class="security_setting_div">
<i class="uil uil-shield-check"></i>
<h5 class="mt-0">Protect your account with 2-factor authentication</h5>
<p class="mb-0">Every login to your account will require a unique code generated in an authenticator app. Please note that 2FA will be set up in Helios wallet.</p>
</div>
<div class="security_setting_status d-flex justify-content-between align-items-center">
<h6 class="mt-0 mb-0">2 - Factor Authentication Status - </h6>
<!--<h5 class="Enabled mt-0 mb-0"></h5>-->
<h5 class="Disabled mt-0 mb-0" id="two_factor_authentication_status"><i class="uil uil-shield-slash"></i> Disabled</h5>
</div>
<div class="security_setting_download d-flex">
<img src="dist/assets/images/google_authenticator.png" class="avatar rounded mr-4 align-self-center" alt="Helios">
<div>
<h6 class="mt-0 mb-3">You can use any authenticator app e.g. Google Authenticator.</h6>
<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank" class="btn btn-yellow-local-download float-left mr-3"><i class="uil uil-google-play ml-1"></i> Google Play</a>
<a href="https://apps.apple.com/ru/app/google-authenticator/id388497605" target="_blank" class="btn btn-yellow-local-download float-left"><i class="uil uil-apple mr-1"></i> App Store</a>
</div>
</div>
<div class="security_setting_links">
<h5 class="mt-0">Quick links</h5>
<div class="d-flex justify-content-between mt-3">
<button type="button" class="btn btn-yellow-local float-left" id="two_factor_disable" data-toggle="modal">Disable 2FA</button>
<button type="button" class="btn btn-yellow-local float-left generate_new_two_factor" data-toggle="modal" data-val="1" >Enable 2FA</button>
<button type="button" class="btn btn-yellow-local float-left generate_new_two_factor" data-toggle="modal" data-val="2">Generate New 2FA</button>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-12"> -->
<!--Newsletter Start-->
<!-- <div class="card">
<div class="card-body">
<div class="">
<div class="checkbox_account">
<div class="custom-control custom-checkbox mb-4">
<input type="checkbox" class="custom-control-input" id="customCheck1" checked="">
<label class="custom-control-label" for="customCheck1">
Balance Alert
</label>
<p class="mt-2">You will get an email notification every time your balance changes. If stolen your assets have a greater chance of being retrieved.</p>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck2">
<label class="custom-control-label" for="customCheck2">
Sign up for our newsletter
</label>
<p class="mt-2">Stay tuned for new features and essential market news with the Freewallet newsletter. We won’t bother you often, we promise.</p>
</div>
</div>
</div>
</div>
</div> -->
<!--Newsletter End-->
<!-- </div> -->
<!--Section End-->
</div>
</div>
</div>
<!--Wallet Page End-->
<!-- END wrapper -->
<!-- Right Sidebar -->
<div class="right-bar">
<div class="rightbar-title">
<a href="javascript:void(0);" class="right-bar-toggle float-right">
<i data-feather="x-circle"></i>
</a>
<h5 class="m-0">Customization</h5>
</div>
<div class="slimscroll-menu">
<h5 class="font-size-16 pl-3 mt-4">Choose Variation</h5>
<div class="p-3">
<h6>Default</h6>
<a href="index.html"><img src="dist/assets/images/layouts/vertical.jpg" alt="vertical" class="img-thumbnail demo-img" /></a>
</div>
<div class="px-3 py-1">
<h6>Top Nav</h6>
<a href="layouts-horizontal.html"><img src="dist/assets/images/layouts/horizontal.jpg" alt="horizontal" class="img-thumbnail demo-img" /></a>
</div>
<div class="px-3 py-1">
<h6>Dark Side Nav</h6>
<a href="layouts-dark-sidebar.html"><img src="dist/assets/images/layouts/vertical-dark-sidebar.jpg" alt="dark sidenav" class="img-thumbnail demo-img" /></a>
</div>
<div class="px-3 py-1">
<h6>Condensed Side Nav</h6>
<a href="layouts-dark-sidebar.html"><img src="dist/assets/images/layouts/vertical-condensed.jpg" alt="condensed" class="img-thumbnail demo-img" /></a>
</div>
<div class="px-3 py-1">
<h6>Fixed Width (Boxed)</h6>
<a href="layouts-boxed.html">
<img src="dist/assets/images/layouts/boxed.jpg" alt="boxed"
class="img-thumbnail demo-img" />
</a>
</div>
</div> <!-- end slimscroll-menu-->
</div>
<!-- /Right-bar -->
<!-- Right bar overlay-->
<div class="rightbar-overlay"></div>
</div>
<!--Contact End-->
<!--Footer Start-->
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-12 font-size-11 text-white">
Helios Wallet Version 0.2 | <a class="text-white" target="_blank" href="https://heliosprotocol.io/terms_of_service.php">Terms of use</a>
</div>
<div class="col-12 font-size-12 text-white">
© COPYRIGHT 2020. HELIOS BLOCKCHAIN TECHNOLOGIES LTD. ALL RIGHTS RESERVED.
</div>
</div>
</div>
</footer>
<!--Footer End-->
</div>
<!--Modal Start-->
<!--Enable 2fa Pop-up Start-->
<div class="modal fade" id="modal-enable-2fa" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-body text-center delete_wallet_modal">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 24 24" fill="none" color="#71cf4e" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mt-4 mb-2 feather feather-shield"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path></svg>
<h4 class="mt-3 mb-3">Enable 2FA</h4>
<p class="mx-auto delete_wallet_modal_note"><strong>Warning:</strong> This will overwrite any previously used two-factor authentication!</p>
<div class="d-flex enable_modal_inner mx-auto row">
<div class="col-lg-9">
<p>Scan the QR code below to set up your authenticator app. or you can manually type in the code below. Then type your authentication code in the box below to confirm.</p>
<p>Important ! : We strongly suggest that you save the Secure 2FA key. If you ever lose access to your phone you will need to re-link 2FA to another device to enter your wallet.</p>
</div>
<div class="col-lg-3 text-center mb-2">
<img src="dist/assets/images/code.png" class="avatar-code rounded mr-4 align-self-center" id="two_factor_authentication_confirm_qr_code" alt="Helios">
</div>
</div>
<div class="mx-auto enable_secure_key mt-2">
Secure 2FA key :- <span id="two_factor_authentication_confirm_secret"></span>
</div>
<form id="confirm_new_two_factor_authentication_secret">
<div class="form-group position-relative form_title_head_account mx-auto enable_enter_code mt-3">
<input type="text" id="new_two_factor_authentication_code" class="form-control-enter-code text-down ls-1" placeholder=" Enter the validation code" value="">
</div>
<div class="mt-4 mb-3 d-flex justify-content-between confirm_enable_button mx-lg-auto">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Get me out of here !</a>
<button type="submit" class="btn btn-outline-delete btn-rounded width-md ml-3" > Confirm </button>
</div>
</form>
</div>
</div>
</div>
</div>
<!--Enable 2fa Pop-up End-->
<!--Disable 2fa Pop-up Start-->
<div class="modal fade modal_success" id="modal-disable-2fa" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div class="modal-body text-center delete_wallet_modal">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 24 24" fill="none" color="#ff5e5e" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield-off"><path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"></path><path d="M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"></path><line x1="1" y1="1" x2="23" y2="23"></line></svg>
<h4 class="mt-4 mb-2">Disable 2FA</h4>
<p class="mx-auto delete_wallet_modal_note">Two-factor authentication disabled successfully.</p>
<div class="mt-3">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Okay !</a>
</div>
</div>
</div>
</div>
</div>
<!--Disable 2fa Pop-up End-->
<!--Enable 2fa success Pop-up Start-->
<div class="modal fade modal_success" id="modal-enable-2fa-success" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div class="modal-body text-center enable_modal_success_inner">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<i class="uil uil-shield-check"></i>
<h4 class="mt-2 mb-2">2FA Successfully Enabled</h4>
<p class="mx-auto delete_wallet_modal_note">Two-factor authentication enabled successfully.</p>
<div class="mt-3">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Okay !</a>
</div>
</div>
</div>
</div>
</div>
<!--Enable 2fa success Pop-up End-->
<!--Enable 2fa error Pop-up Start-->
<div class="modal fade modal_success" id="modal-enable-2fa-failed" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div class="modal-body text-center enable_modal_failed_inner">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<i class="uil uil-shield-exclamation"></i>
<h4 class="mt-2 mb-2">Oops, Something went wrong !</h4>
<p class="mx-auto delete_wallet_modal_note msgfailed">Two-factor authentication code mismatch.</p>
<div class="mt-3">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Retry !</a>
</div>
</div>
</div>
</div>
</div>
<!--Enable 2fa erro Pop-up End-->
<!--Generate 2fa Pop-up Start-->
<div class="modal fade" id="modal-generate-2fa" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-body text-center delete_wallet_modal">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 24 24" fill="none" color="#71cf4e" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="mt-4 mb-2 feather feather-maximize"><path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path></svg>
<h4 class="mt-3 mb-3">Generate new 2FA</h4>
<p class="mx-auto delete_wallet_modal_note"><strong>Warning:</strong> This will overwrite any previously used two-factor authentication!</p>
<div class="d-flex enable_modal_inner mx-auto row">
<div class="col-lg-9">
<p>Scan the QR code below to set up your authenticator app. or you can manually type in the code below. Then type your authentication code in the box below to confirm.</p>
<p>Important ! : We strongly suggest that you save the Secure 2FA key. If you ever lose access to your phone you will need to re-link 2FA to another device to enter your wallet.</p>
</div>
<div class="col-lg-3 text-center mb-2">
<img src="dist/assets/images/code.png" class="avatar-code rounded mr-4 align-self-center" alt="Helios">
</div>
</div>
<div class="mx-auto enable_secure_key mt-2">
Secure 2FA key :- LYUUKVCULB4GCQRYK5KEQNZQGR4SUKCX
</div>
<div class="form-group position-relative form_title_head_account mx-auto enable_enter_code mt-3">
<input type="text" id="preloading-timepicker" class="form-control-enter-code text-down ls-1" placeholder=" Enter the validation code" value="">
</div>
<div class="mt-4 mb-3 d-flex justify-content-between confirm_enable_button mx-lg-auto">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Get me out of here !</a>
<a href="#" class="btn btn-outline-delete btn-rounded width-md ml-3" data-dismiss="modal" data-toggle="modal" data-target="#modal-generate-2fa-success"> Confirm - 1</a>
</div>
<div class="mt-4 mb-3 d-flex justify-content-between confirm_enable_button mx-lg-auto">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Get me out of here !</a>
<a href="#" class="btn btn-outline-delete btn-rounded width-md ml-3" data-dismiss="modal" data-toggle="modal" data-target="#modal-generate-2fa-failed"> Confirm - 2</a>
</div>
</div>
</div>
</div>
</div>
<!--Generate 2fa Pop-up End-->
<!--Generate 2fa success Pop-up Start-->
<div class="modal fade modal_success" id="modal-generate-2fa-success" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div class="modal-body text-center enable_modal_success_inner">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<i class="uil uil-shield-check"></i>
<h4 class="mt-2 mb-2">2FA Generated Successfully</h4>
<p class="mx-auto delete_wallet_modal_note">Two-factor authentication generates successfully.</p>
<div class="mt-3">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Okay !</a>
</div>
</div>
</div>
</div>
</div>
<!--Generate 2fa success Pop-up End-->
<!--Generate 2fa error Pop-up Start-->
<div class="modal fade modal_success" id="modal-generate-2fa-failed" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content">
<div class="modal-body text-center enable_modal_failed_inner">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<i class="uil uil-shield-exclamation"></i>
<h4 class="mt-2 mb-2">Oops, Something went wrong !</h4>
<p class="mx-auto delete_wallet_modal_note">Two-factor authentication code mismatch.</p>
<div class="mt-3">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Retry !</a>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade modal_success" id="modal-enable-wallet" tabindex="-1" role="dialog" aria-labelledby="modal-errorLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm">
<div class="modal-content ">
<div class="modal-body text-center enable_wallet_modal">
<!--<div class="">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>-->
<i class="uil uil-wallet"></i>
<h4 class="mt-4 mb-2">Currently loaded wallet</h4>
<p class="w-75 mx-auto enable_wallet_modal_note">0x5602a858c38A183862353f38AC86be0949c40929</p>
<div class="mt-4">
<a href="#" class="btn btn-outline-enable btn-rounded width-md" data-dismiss="modal"> Okay !</a>
</div>
</div>
</div>
</div>
</div>
<div class="preloader">
<div class="loading">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
<!--Generate 2fa erro Pop-up End-->
<!--Modal End-->
<!-- Vendor js -->
<script src="dist/assets/js/vendor.min.js"></script>
<!-- datatable js -->
<!-- <script src="dist/assets/libs/datatables/jquery.dataTables.min.js"></script>
<script src="dist/assets/libs/datatables/dataTables.bootstrap4.min.js"></script>
<script src="dist/assets/libs/datatables/dataTables.responsive.min.js"></script>
<script src="dist/assets/libs/datatables/responsive.bootstrap4.min.js"></script>
<script src="dist/assets/libs/datatables/dataTables.buttons.min.js"></script>
<script src="dist/assets/libs/datatables/buttons.bootstrap4.min.js"></script>
<script src="dist/assets/libs/datatables/buttons.html5.min.js"></script>
<script src="dist/assets/libs/datatables/buttons.flash.min.js"></script>
<script src="dist/assets/libs/datatables/buttons.print.min.js"></script>
<script src="dist/assets/libs/datatables/dataTables.keyTable.min.js"></script>
<script src="dist/assets/libs/datatables/dataTables.select.min.js"></script>
<script src="dist/assets/js/pages/datatables.init.js"></script> -->
<!-- optional plugins -->
<script src="dist/assets/libs/moment/moment.min.js"></script>
<script src="dist/assets/libs/flatpickr/flatpickr.min.js"></script>
<!-- page js -->
<!-- <script src="dist/assets/js/pages/dashboard.init.js"></script> -->
<!-- App js -->
<script src="dist/assets/js/app.min.js"></script>
<script src="dist/js/dashboard.js?version=18" ></script>
<script src="dist/js/script.js?version=16" ></script>
<script src="dist/js/main.js?version=16" ></script>
<script src="dist/js/frontpage.js?version=16" ></script>
<script>
$(document).ready(function(){
});
</script>
</body>
</html>