feat: improve scheduled push notifications
This commit is contained in:
@@ -57,6 +57,7 @@ def index():
|
||||
current_user.email = form.email.data.lower().strip()
|
||||
current_user.notification_task_due_enabled = form.notification_task_due_enabled.data
|
||||
current_user.notification_monthly_winner_enabled = form.notification_monthly_winner_enabled.data
|
||||
current_user.notification_badge_enabled = form.notification_badge_enabled.data
|
||||
if form.password.data:
|
||||
current_user.set_password(form.password.data)
|
||||
if form.avatar.data:
|
||||
|
||||
Reference in New Issue
Block a user