1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Internationalized RDP login page and added 3FA support.

This commit is contained in:
Ylian Saint-Hilaire 2020-06-12 13:56:29 -07:00
parent 89e126b976
commit 1f61bc7c2b
7 changed files with 30 additions and 32 deletions

View file

@ -32,6 +32,7 @@ var meshCentralSourceFiles = [
"../views/message.handlebars",
"../views/messenger.handlebars",
"../views/player.handlebars",
"../views/mstsc.handlebars",
"../emails/account-check.html",
"../emails/account-invite.html",
"../emails/account-login.html",
@ -61,6 +62,7 @@ var minifyMeshCentralSourceFiles = [
"../views/message.handlebars",
"../views/messenger.handlebars",
"../views/player.handlebars",
"../views/mstsc.handlebars",
"../public/scripts/agent-desktop-0.0.2.js",
"../public/scripts/agent-redir-rtc-0.1.0.js",
"../public/scripts/agent-redir-ws-0.1.1.js",