Rename public affiliate route to /support with localized nav labels, and include affiliate/social/wallpaper admin, 2FA login, and related site updates. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
@{
|
|
// Kept for old bookmarks; controller redirects to UserSettings.
|
|
Layout = null;
|
|
Response.Redirect(Url.Action("UserSettings", "admin"));
|
|
}
|