diff --git a/src/elements/pages/settings.ts b/src/elements/pages/settings.ts index b8a38fb1..ee69aede 100644 --- a/src/elements/pages/settings.ts +++ b/src/elements/pages/settings.ts @@ -292,25 +292,30 @@ export default class SettingsPage extends LitElement {

Link Email

${isRegistered - ? html` Registered` + ? html` Registered` : html` -

Link your email to Rivet for full account access.

- UIRoot.shared.openRegisterPanel()} - >${isRegistered ? 'View registration' : 'Link email'} - `} +

Link your email to Rivet for full account access.

+ UIRoot.shared.openRegisterPanel()} + >${isRegistered ? 'View registration' : 'Link email'} + `}

Push notifications

-

Allow Rivet to send your device push notifications for messages while you are away.

+

+ Allow Rivet to send your device push notifications for messages while you are away. +

this.settingChanged('push-notifications', e.value)} + @toggle=${(e: ToggleSwitchEvent) => + this.settingChanged('push-notifications', e.value)} >