Skip to content

Commit 50d12a6

Browse files
committed
fix action
1 parent 5dd8ac1 commit 50d12a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
TransportFactory::setConfig(Configure::consume('EmailTransport'));
162162
Mailer::setConfig(Configure::consume('Email'));
163163
Log::setConfig(Configure::consume('Log'));
164-
Security::setSalt(Configure::consume('Security.salt'));
164+
Security::setSalt(Configure::consume('Security.salt') ?? 'a-non-random-but-long-salt-value');
165165

166166
/*
167167
* Setup detectors for mobile and tablet.

0 commit comments

Comments
 (0)