fix: Use correct config for auth methods per actor (#7515)
This commit is contained in:
@@ -735,7 +735,7 @@ export type ProjectConfigOptions = {
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
authMethodsPerActor: Record<string, string[]>
|
||||
authMethodsPerActor?: Record<string, string[]>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user