mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 03:11:03 +00:00
chore: update bug issue template
This commit is contained in:
@@ -51,7 +51,10 @@ export class HydraApi {
|
||||
expirationTimestamp: tokenExpirationTimestamp,
|
||||
};
|
||||
|
||||
logger.log("Sign in received", this.userAuth);
|
||||
logger.log(
|
||||
"Sign in received. Token expiration timestamp:",
|
||||
tokenExpirationTimestamp
|
||||
);
|
||||
|
||||
await userAuthRepository.upsert(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user