mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
feat: Use environment variables for default admin configuration
This commit is contained in:
@@ -14,6 +14,7 @@ const mapStateToProps = (state) => {
|
||||
phone,
|
||||
organization,
|
||||
language,
|
||||
isLocked,
|
||||
subscribeToOwnCards,
|
||||
isAvatarUpdating,
|
||||
emailUpdateForm,
|
||||
@@ -29,6 +30,7 @@ const mapStateToProps = (state) => {
|
||||
phone,
|
||||
organization,
|
||||
language,
|
||||
isLocked,
|
||||
subscribeToOwnCards,
|
||||
isAvatarUpdating,
|
||||
emailUpdateForm,
|
||||
|
||||
Reference in New Issue
Block a user