Release of v24.

This commit is contained in:
Patrick Fic
2021-12-10 15:09:22 -08:00
parent 0044f5f8dd
commit 79dea17612
5 changed files with 34 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ namespace BodyshopPartner.Utils
logger.Trace("Refresh timer interval set to {0}ms", (authlink.ExpiresIn - 600) * 1000);
tokenTimer.Elapsed += TokenTimer_Tick;
tokenTimer.Start();
AppMetaData.user = Properties.Settings.Default.Username;
return (true, null);
}
catch (FirebaseAuthException Ex)
@@ -87,6 +88,7 @@ namespace BodyshopPartner.Utils
tokenTimer.Elapsed += TokenTimer_Tick;
tokenTimer.Start();
AppMetaData.user = Username;
return (true, null);
}
catch (FirebaseAuthException Ex)