1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00

Added back alias that was accidentally introduced (#3202)

This commit is contained in:
Todd Martin 2023-08-15 19:56:12 -04:00 committed by GitHub
parent cf14f42dc9
commit 7a9315aec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ using Microsoft.AspNetCore.Mvc;
namespace Bit.Identity.Controllers; namespace Bit.Identity.Controllers;
// TODO: 2023-10-16, Remove account alias (https://bitwarden.atlassian.net/browse/PM-1247)
[Route("account/[action]")]
[Route("sso/[action]")] [Route("sso/[action]")]
public class SsoController : Controller public class SsoController : Controller
{ {