Add support page, admin features, and auth hardening.
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>
This commit is contained in:
co-authored by
Cursor
parent
202dc16a52
commit
fc45c35dbe
@@ -13,7 +13,11 @@ namespace atakanozbancom.Models.classes
|
||||
public DbSet<admin> admins { get; set; }
|
||||
public DbSet<myprojects> MyProjects { get; set; }
|
||||
public DbSet<myprojectstranslation> myprojectstranslations { get; set; }
|
||||
public DbSet<projectmedia> projectmedias { get; set; }
|
||||
public DbSet<projectmedia> projectmedia { get; set; }
|
||||
public DbSet<affiliatelink> AffiliateLinks { get; set; }
|
||||
public DbSet<affiliatelinktranslation> affiliatelinktranslations { get; set; }
|
||||
public DbSet<socialicon> SocialIcons { get; set; }
|
||||
public DbSet<sitesetting> SiteSettings { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user