Fix for account portal.
This commit is contained in:
parent
ce1b626f68
commit
8f4813b01a
|
@ -68,7 +68,7 @@ async function checkApiKey(apiKey: string, populateUser?: Function) {
|
||||||
*/
|
*/
|
||||||
export = function (
|
export = function (
|
||||||
noAuthPatterns: EndpointMatcher[] = [],
|
noAuthPatterns: EndpointMatcher[] = [],
|
||||||
opts: { publicAllowed: boolean; populateUser?: Function } = {
|
opts: { publicAllowed?: boolean; populateUser?: Function } = {
|
||||||
publicAllowed: false,
|
publicAllowed: false,
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue