Skip to content

Commit 0a83258

Browse files
fix: changed email back to default format
1 parent b2eca91 commit 0a83258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/setup-admin-db-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ echo "Working directory: $working_dir"
1212
# IMPORTANT: Replace YOUR_GMAIL with your account gmail.
1313
# Run the database seeding script to set up the admin account.
1414
# Like e.g. cargo run -- --email peter@gmail.com. Replace YOUR_GMAIL with your account gmail.
15-
cargo run -- --email "degussudarmawan12@gmail.com"
15+
cargo run -- --email "youremailhere@email.com"
1616

1717
echo "\nAdmin account set up successfully!\n"

0 commit comments

Comments
 (0)