mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 03:38:47 +02:00
Use server side library to generate QR-Code for Google authenticator.
This saves us 50KB in javascript assets...
This commit is contained in:
parent
c9752802e0
commit
5302087eba
6 changed files with 43 additions and 70 deletions
|
@ -98,8 +98,6 @@ import 'katex/dist/katex.css';
|
|||
|
||||
window.ClipboardJS = require('clipboard');
|
||||
|
||||
window.QRCode = require('qrcode');
|
||||
|
||||
require('../ts_src/ajax_ui');
|
||||
import {ajaxUI} from "../ts_src/ajax_ui";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue