Correction auto-logout

This commit is contained in:
2020-05-06 11:30:26 +02:00
parent b456fe9f65
commit 3fa2b5905a
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
export class GiteaUnauthorizedError extends Error {
constructor(...args: any[]) {
super(...args)
Object.setPrototypeOf(this, GiteaUnauthorizedError.prototype);
}
}