mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-01-20 15:22:58 -05:00
a
This commit is contained in:
@@ -10,9 +10,7 @@ class LtiConfig(AppConfig):
|
||||
|
||||
def ready(self):
|
||||
"""Initialize LTI app - ensure keys exist"""
|
||||
# Ensure RSA key pair exists for signing Deep Linking responses
|
||||
try:
|
||||
ensure_keys_exist()
|
||||
except Exception:
|
||||
# Don't block startup if key generation fails
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user