From 01b7739343f4a94bf307b83d8ed9fbaaf6449983 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:05:12 +0200 Subject: [PATCH] Update admin-dashboard.md --- opensaas-sh/blog/src/content/docs/general/admin-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensaas-sh/blog/src/content/docs/general/admin-dashboard.md b/opensaas-sh/blog/src/content/docs/general/admin-dashboard.md index 963c988..f5864a6 100644 --- a/opensaas-sh/blog/src/content/docs/general/admin-dashboard.md +++ b/opensaas-sh/blog/src/content/docs/general/admin-dashboard.md @@ -20,7 +20,7 @@ entity User {=psl //... ``` -To give yourself administrator priveledges, make sure you add your email adderesses to the `ADMIN_EMAILS` environment variable in `.env.server` file before registering/logging in with that email address. +To give yourself administrator priveledges, make sure you add your email addresses to the `ADMIN_EMAILS` environment variable in `.env.server` file before registering/logging in with that email address. ```sh title=".env.server" ADMIN_EMAILS=me@example.com