mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
7 lines
114 B
C#
7 lines
114 B
C#
namespace Bit.Identity.Models;
|
|
|
|
public class RedirectViewModel
|
|
{
|
|
public string RedirectUrl { get; set; }
|
|
}
|