fix(user): allow re-login by removing existing session if user is already logged in
fix(main): conditionally initialize and connect to watchdog based on configuration fix(instance): remove unused userID variable and commented debug logs in ListInstancesHandler
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ var Software = SoftwareInfo{
|
||||
Version: "0.0.1",
|
||||
Developer: "Madobi Nanami",
|
||||
BuildVer: 1,
|
||||
BuildType: "debug",
|
||||
BuildType: "release",
|
||||
}
|
||||
|
||||
type StatusFlags struct {
|
||||
|
||||
Reference in New Issue
Block a user