mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 14:04:03 +01:00
fix: ๐ correct auth
This commit is contained in:
parent
64cd011103
commit
4c679d083a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const getAuthFromAccount = (
|
|||
return {
|
||||
type: account.type,
|
||||
host,
|
||||
macaroon: viewOnly && viewOnly !== '' ? viewOnly : session,
|
||||
macaroon: session || viewOnly,
|
||||
cert,
|
||||
};
|
||||
};
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue