Remove redundant exception qualifier
This commit is contained in:
parent
8cfe3e4f2e
commit
267f640b38
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Website.Controllers {
|
|||
? await SetIdentityAndRedirect(request.ReturnUrl, user)
|
||||
: Login(request.ReturnUrl, true);
|
||||
}
|
||||
catch (Exception e) {
|
||||
catch {
|
||||
return Login(request.ReturnUrl, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue