mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix
This commit is contained in:
@@ -139,7 +139,7 @@ namespace NekoRay::fmt {
|
||||
{"port", serverPort},
|
||||
{"users", QJsonArray{
|
||||
QJsonObject{
|
||||
{"id", uuid},
|
||||
{"id", uuid.trimmed()},
|
||||
{"alterId", aid},
|
||||
{"security", security},
|
||||
}
|
||||
@@ -169,7 +169,7 @@ namespace NekoRay::fmt {
|
||||
{"port", serverPort},
|
||||
{"users", QJsonArray{
|
||||
QJsonObject{
|
||||
{"id", password},
|
||||
{"id", password.trimmed()},
|
||||
{"encryption", "none"},
|
||||
}
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user