fix: removed unused parameter from WithPerTenantRemoteAuthenticationConvention (#886)

This commit is contained in:
Andrew White 2024-10-12 15:03:36 -06:00 коммит произвёл GitHub
Родитель 9834575c95
Коммит dd17ab5182
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -59,8 +59,7 @@ public static class MultiTenantBuilderExtensions
/// </summary>
/// <returns>The same MultiTenantBuilder passed into the method.</returns>
public static MultiTenantBuilder<TTenantInfo> WithPerTenantAuthenticationConventions<TTenantInfo>(
this MultiTenantBuilder<TTenantInfo> builder,
Action<MultiTenantAuthenticationOptions>? config = null)
this MultiTenantBuilder<TTenantInfo> builder)
where TTenantInfo : class, ITenantInfo, new()
{
// Set events to set and validate tenant for each cookie based authentication principal.