mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Disabled Firebase support on NodeJS 23 for now, added warning.
This commit is contained in:
parent
975e49a190
commit
7bd5b66ebc
3 changed files with 31 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
|
@ -2483,7 +2483,8 @@
|
|||
23: "Unable to load agent icon file: {0}.",
|
||||
24: "Unable to load agent logo file: {0}.",
|
||||
25: "This NodeJS version does not support OpenID.",
|
||||
26: "This NodeJS version does not support Discord.js."
|
||||
26: "This NodeJS version does not support Discord.js.",
|
||||
27: "Firebase is not supported on this version of NodeJS."
|
||||
};
|
||||
var x = '';
|
||||
for (var i in message.warnings) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue