Skip to content

Commit 9a3604e

Browse files
committed
Bug fix
2dust#8874
1 parent fd7cf0d commit 9a3604e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v2rayN/ServiceLib/Handler/ConfigHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ public static async Task<int> AddServer(Config config, ProfileItem profileItem)
231231
item.Address = profileItem.Address;
232232
item.Port = profileItem.Port;
233233

234+
item.Username = profileItem.Username;
234235
item.Password = profileItem.Password;
235236

236237
item.Network = profileItem.Network;

0 commit comments

Comments
 (0)