Skip to content

Commit

Permalink
Messagebird Originator is limited to 11 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Jun 2, 2023
1 parent 0987695 commit 8239c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
"ACCOUNTS_SMS_GATEWAY_BACKEND", "open_inwoner.accounts.gateways.Dummy"
),
"API_KEY": config("ACCOUNTS_SMS_GATEWAY_API_KEY", "openinwoner"),
"ORIGINATOR": config("ACCOUNTS_SMS_GATEWAY_ORIGINATOR", "MijnGemeente"),
"ORIGINATOR": config("ACCOUNTS_SMS_GATEWAY_ORIGINATOR", "Gemeente"),
}

from .app.csp import * # noqa
Expand Down

0 comments on commit 8239c21

Please sign in to comment.