mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
fix: Credentials verify on manager login
This commit is contained in:
parent
1d530ac2e9
commit
8438c442b4
@ -6,6 +6,7 @@
|
||||
* Adjusts in restart instance
|
||||
* Resolve issue with connecting to instance
|
||||
* Session is now individual per instance and remoteJid
|
||||
* Credentials verify on manager login
|
||||
|
||||
# 2.0.6-rc (2024-08-02 19:23)
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
2
manager/dist/index.html
vendored
2
manager/dist/index.html
vendored
@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/png" href="/assets/images/evolution-logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Evolution Manager</title>
|
||||
<script type="module" crossorigin src="/assets/index-D1f5RifX.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CiiVZ4Gt.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DZ0gaAHg.css">
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user