chore: rebrand project from Revanios to Neta and update associated assets and configurations
This commit is contained in:
@@ -24,7 +24,7 @@ export default async function DashboardLayout({
|
||||
redirect("/portal");
|
||||
}
|
||||
|
||||
const fallbackName = user?.email?.split("@")[0] ?? "Revanios Kullanıcısı";
|
||||
const fallbackName = user?.email?.split("@")[0] ?? "Neta Kullanıcısı";
|
||||
const displayName =
|
||||
[profile?.first_name, profile?.last_name].filter(Boolean).join(" ") ||
|
||||
fallbackName;
|
||||
|
||||
Reference in New Issue
Block a user