mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
7 lines
114 B
C#
7 lines
114 B
C#
namespace Bit.Identity.Models;
|
|
|
|
public class RedirectViewModel
|
|
{
|
|
public string RedirectUrl { get; set; }
|
|
}
|