1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00
Files
bitwarden/src/Identity/Models/RedirectViewModel.cs
2022-08-29 16:06:55 -04:00

7 lines
114 B
C#

namespace Bit.Identity.Models;
public class RedirectViewModel
{
public string RedirectUrl { get; set; }
}