fix: address code review feedback - remove extra blank lines from merge
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,6 @@ COMPLIANCE_ENABLED=true # Enable compliance templates dashboard (GDPR, HIPAA, S
|
|||||||
# FACTORY_RESET_ON_STARTUP=false # Wipe all user data on every startup (demo/testing only)
|
# FACTORY_RESET_ON_STARTUP=false # Wipe all user data on every startup (demo/testing only)
|
||||||
# ENABLE_FACTORY_RESET=false # Show the System Reset page in admin UI
|
# ENABLE_FACTORY_RESET=false # Show the System Reset page in admin UI
|
||||||
|
|
||||||
|
|
||||||
# **Logging**
|
# **Logging**
|
||||||
# LOG_LEVEL controls the Python root-logger level.
|
# LOG_LEVEL controls the Python root-logger level.
|
||||||
# Accepted values: DEBUG, INFO, WARNING, ERROR, CRITICAL (default: INFO).
|
# Accepted values: DEBUG, INFO, WARNING, ERROR, CRITICAL (default: INFO).
|
||||||
|
|||||||
@@ -980,7 +980,6 @@ class ClassificationRuleModel(Base):
|
|||||||
__table_args__ = (UniqueConstraint("owner_id", "name", name="uq_classification_rules_owner_name"),)
|
__table_args__ = (UniqueConstraint("owner_id", "name", name="uq_classification_rules_owner_name"),)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MobileDevice(Base):
|
class MobileDevice(Base):
|
||||||
"""Registered mobile device for push notifications.
|
"""Registered mobile device for push notifications.
|
||||||
|
|
||||||
|
|||||||
@@ -332,7 +332,6 @@ If the iOS or Android app shows a generic "Hello World – This is the first pag
|
|||||||
|
|
||||||
The repository includes a root `app/index.tsx` that immediately redirects to the authentication flow, so this issue should not recur once the correct file is present.
|
The repository includes a root `app/index.tsx` that immediately redirects to the authentication flow, so this issue should not recur once the correct file is present.
|
||||||
|
|
||||||
|
|
||||||
### "Session expired Local session" during iOS build
|
### "Session expired Local session" during iOS build
|
||||||
|
|
||||||
EAS stores an Apple ID session locally (in `~/.expo/`) to manage code-signing certificates and provisioning profiles. This session expires after a few weeks.
|
EAS stores an Apple ID session locally (in `~/.expo/`) to manage code-signing certificates and provisioning profiles. This session expires after a few weeks.
|
||||||
|
|||||||
Reference in New Issue
Block a user