mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
chore: update bug issue template
This commit is contained in:
parent
613898b32d
commit
9791c311f1
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -33,18 +33,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Additional information and data
|
label: Additional information and data
|
||||||
description: |
|
description: |
|
||||||
If possible, add screenshots and upload your logs file here.
|
Add screenshots and upload your logs file here.
|
||||||
Logs location on Windows: "%appdata%/hydra"
|
Logs location on Windows: "%appdata%/hydra"
|
||||||
Logs location on Linux: "~/.config/hydra/"
|
Logs location on Linux: "~/.config/hydra/"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: screenshots
|
|
||||||
attributes:
|
|
||||||
label: Screenshots
|
|
||||||
description: If possible, add screenshots to help explain your problem.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
- type: input
|
||||||
id: OS
|
id: OS
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
${ifNot} ${isUpdated}
|
${ifNot} ${isUpdated}
|
||||||
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
RMDir /r "$APPDATA\${APP_PACKAGE_NAME}"
|
||||||
RMDir /r "$APPDATA\hydra"
|
RMDir /r "$APPDATA\hydra"
|
||||||
|
RMDir /r "$LOCALAPPDATA\hydralauncher-updater"
|
||||||
${endIf}
|
${endIf}
|
||||||
!macroend
|
!macroend
|
||||||
|
@ -51,7 +51,10 @@ export class HydraApi {
|
|||||||
expirationTimestamp: tokenExpirationTimestamp,
|
expirationTimestamp: tokenExpirationTimestamp,
|
||||||
};
|
};
|
||||||
|
|
||||||
logger.log("Sign in received", this.userAuth);
|
logger.log(
|
||||||
|
"Sign in received. Token expiration timestamp:",
|
||||||
|
tokenExpirationTimestamp
|
||||||
|
);
|
||||||
|
|
||||||
await userAuthRepository.upsert(
|
await userAuthRepository.upsert(
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user