Skip to content

Commit aab6942

Browse files
committed
remove options
1 parent 651618c commit aab6942

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2-WebApp-graph-user/2-3-Multi-Tenant/Startup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ public void ConfigureServices(IServiceCollection services)
8484

8585
return Task.FromResult(0);
8686
};
87-
}, options =>
88-
{
8987
})
9088
.AddMicrosoftWebAppCallsWebApi(Configuration, new string[] { GraphScope.UserReadAll })
9189
.AddInMemoryTokenCaches();

0 commit comments

Comments
 (0)