mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix 2fa enable (#10462)
* tmp * Fix 2fa qr code Load the correct qrcode js library * Delete comware_hpe5700.json * Delete comware_hpe5700.snmprec
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@extends('layouts.librenmsv1')
|
||||
|
||||
@section('javascript')
|
||||
<script src="{{ asset('js/jquery.qrcode.min.js') }}"></script>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
@@ -170,7 +170,7 @@
|
||||
|
||||
@section('javascript')
|
||||
<script src="{{ asset('js/jquery.qrcode.min.js') }}"></script>
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user