Remove redundant call to UseAuthentication (#11426)
This commit is contained in:
parent
0d92fee9d0
commit
495f52920c
|
|
@ -81,8 +81,6 @@ namespace Identity.ExternalClaims
|
|||
|
||||
app.UseStaticFiles();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseAuthentication();
|
||||
|
|
|
|||
Loading…
Reference in New Issue