-
EZSCALE
+
EZSCALE
Cloud Hosting Platform
diff --git a/website/resources/js/Pages/Marketing/Home.vue b/website/resources/js/Pages/Marketing/Home.vue
index 7227c22..a920b3d 100644
--- a/website/resources/js/Pages/Marketing/Home.vue
+++ b/website/resources/js/Pages/Marketing/Home.vue
@@ -1,4 +1,10 @@
@@ -8,8 +14,8 @@
@@ -25,7 +31,7 @@
VPS, Dedicated Servers, Web Hosting, and Game Servers. Powered by EZSCALE.
diff --git a/website/tests/Feature/Auth/RoleBasedAccessTest.php b/website/tests/Feature/Auth/RoleBasedAccessTest.php
index c454d47..dc01f0f 100644
--- a/website/tests/Feature/Auth/RoleBasedAccessTest.php
+++ b/website/tests/Feature/Auth/RoleBasedAccessTest.php
@@ -12,7 +12,7 @@ beforeEach(function (): void {
it('redirects unauthenticated users to login', function (): void {
$this->get($this->accountUrl.'/dashboard')
- ->assertRedirect($this->accountUrl.'/login');
+ ->assertRedirect('https://'.config('app.domains.account').'/login');
});
it('identifies admin users correctly', function (): void {