feat: make password optional for session restoration
This commit is contained in:
@@ -71,7 +71,7 @@ export class TrytonClient {
|
||||
|
||||
this.database = database;
|
||||
this.username = username;
|
||||
this.password = password;
|
||||
this.password = password || ""; // Empty string if not provided
|
||||
this.port = port;
|
||||
this.language = language;
|
||||
this.options = options;
|
||||
|
||||
Reference in New Issue
Block a user