We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3d30 commit 4933e23Copy full SHA for 4933e23
1 file changed
Patch.cs
@@ -150,6 +150,7 @@ public static void DeleteRuby(ref TextRoot __instance)
150
public static void ParseLoginResp(ref ResponseData res)
151
{
152
Plugin.Global.Log.LogInfo("Account created at: "+res.contents["created_at"].ToString());
153
- Plugin.Global.Log.LogInfo("Account token: " + res.contents["token"].ToString());
+ if (File.Exists($"{Paths.PluginPath}/user.txt"))
154
+ Plugin.Global.Log.LogInfo("Account token: " + res.contents["token"].ToString());
155
}
156
0 commit comments