fix: Use correct config for auth methods per actor (#7515)

This commit is contained in:
Stevche Radevski
2024-05-29 10:42:53 +02:00
committed by GitHub
parent 51ea166df2
commit 8e66e10995
3 changed files with 9 additions and 7 deletions
@@ -735,7 +735,7 @@ export type ProjectConfigOptions = {
* }
* ```
*/
authMethodsPerActor: Record<string, string[]>
authMethodsPerActor?: Record<string, string[]>
}
}