mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
9 lines
87 B
C#
9 lines
87 B
C#
using System;
|
|
|
|
namespace Bit.Portal
|
|
{
|
|
public class PortalSettings
|
|
{
|
|
}
|
|
}
|