aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/serverless-helpers.ts
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/helpers/serverless-helpers.ts
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to 'src/helpers/serverless-helpers.ts')
-rw-r--r--src/helpers/serverless-helpers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers/serverless-helpers.ts b/src/helpers/serverless-helpers.ts
index 01549e038..a5c1bbbe8 100644
--- a/src/helpers/serverless-helpers.ts
+++ b/src/helpers/serverless-helpers.ts
@@ -12,7 +12,7 @@ export default function useLocalServer(actions) {
12 // Log into local server 12 // Log into local server
13 // Credentials are ignored by the server but the client requires them 13 // Credentials are ignored by the server but the client requires them
14 actions.user.login({ 14 actions.user.login({
15 email: 'ferdi@localhost', 15 email: 'ferdium@localhost',
16 password: 'FERDI_', 16 password: 'FERDIUM_',
17 }); 17 });
18} 18}