This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/trainav.web/Pages/Logout.cshtml

7 lines
77 B
Plaintext
Raw Normal View History

2020-06-11 20:29:16 +02:00
@page
@model LogoutModel
@{
Layout = null;
Response.Redirect("/");
}