mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
@page
|
|
@model RegisterModel
|
|
@{
|
|
ViewData["Title"] = "Register";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
Registration is not allowed |