This commit is contained in:
2022-05-07 17:42:26 +02:00
parent d7f2348f0d
commit 23930b44a2
8 changed files with 51 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ namespace APP.Utility;
internal static class SaveBoy
{
private static readonly string AuthFile = ".." + Path.DirectorySeparatorChar + "reg.json";
private const string AuthFile = "reg.json";
internal static async Task<Auth?> ReadAuth()
{