mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: update bug issue template
This commit is contained in:
parent
613898b32d
commit
9791c311f1
3 changed files with 7 additions and 10 deletions
|
@ -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(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue