diff --git a/views/app/settings.html b/views/app/settings.html index c05a5fa6ac..b1684b4aad 100644 --- a/views/app/settings.html +++ b/views/app/settings.html @@ -1,37 +1,45 @@ {{#if _loggedIn}} -

API

- Copy these for use in third party applications. -
User ID
-
{_user.id}
+ -
API Token
-
{_user.apiToken}
+
+
+

Custom Day Start

+
+ + :00 (24h) +
+
+ Habit defaults to check and reset your dailies at midnight each day. You can customize that here (Enter number between 0 and 24). +
-
-

Custom Day Start

-
- - :00 (24h) +
+

Toggle Header

+ + + {{#if _user.auth.local}} +
+

Change Password

+ + {{/}} + +
+ Reset +  Restore +
+
+ Copy these for use in third party applications. +
User ID
+
{_user.id}
+ +
API Token
+
{_user.apiToken}
+
-
- Habit defaults to check and reset your dailies at midnight each day. You can customize that here (Enter number between 0 and 24). -
- -
-

Toggle Header

- - - {{#if _user.auth.local}} -
-

Change Password

- - {{/}} - -
- Reset -  Restore <@footer>