mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
remove unneeded null check
This commit is contained in:
parent
2d45585beb
commit
e2df7755e6
@ -84,11 +84,6 @@ public class ChangePasswordUriController : Controller
|
||||
}
|
||||
}
|
||||
|
||||
if (changePasswordUri == null)
|
||||
{
|
||||
return Ok(new ChangePasswordUriResponse(changePasswordUri));
|
||||
}
|
||||
|
||||
return Ok(new ChangePasswordUriResponse(changePasswordUri));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user