mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Added back alias that was accidentally introduced (#3202)
This commit is contained in:
@ -14,6 +14,8 @@ using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Bit.Identity.Controllers;
|
||||
|
||||
// TODO: 2023-10-16, Remove account alias (https://bitwarden.atlassian.net/browse/PM-1247)
|
||||
[Route("account/[action]")]
|
||||
[Route("sso/[action]")]
|
||||
public class SsoController : Controller
|
||||
{
|
||||
|
Reference in New Issue
Block a user