Skip to content

Commit

Permalink
AUT-2789: Log user out when they enter their password incorrectly max…
Browse files Browse the repository at this point in the history
… allowed times.

WIP.
  • Loading branch information
andrew-moores committed Jul 9, 2024
1 parent 6561227 commit ac66cb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ test -f .env || usage "Missing .env file"
# shellcheck source=/dev/null
set -o allexport && source .env && set +o allexport

echo $SESSION_EXPIRY
echo $SESSION_SECRET


# shellcheck source=./scripts/export_aws_creds.sh
source "${DIR}/scripts/export_aws_creds.sh"

Expand All @@ -82,8 +78,6 @@ if [ "${ACTION_LOCAL:-0}" == "1" ]; then
echo "Redis listening on redis://localhost:${REDIS_PORT:-6379}"
if [ "${ACTION_DEPS_ONLY:-0}" == "0" ]; then
export PORT="${DOCKER_FRONTEND_PORT:-3000}"
export SESSION_SECRET="${SESSION_SECRET:-123456}"

yarn install && yarn test:dev-evironment-variables && yarn copy-assets && yarn dev
else
docker compose -f docker-compose.yml logs -f
Expand Down

0 comments on commit ac66cb4

Please sign in to comment.