Skip to content

Commit

Permalink
before_login_hint is not shown for status 'OK'
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Dec 3, 2023
1 parent 0370284 commit 8d3ce6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ website: [optional: website of the provider]

If the status is `OK`, a standard text is used as page content. You don't need to put in anything.

`before_login_hint` as well as additional content is not available from within the apps for status `OK`.
Use status `PREPARATION` to show `before_login_hint`
or consider using `after_login_hint`, which is shown also for status `OK`.

### PREPARATION

This status means that the user must do some preparing steps before they can use Delta Chat with their provider. For example enabling IMAP/SMTP at their provider's settings, or creating an app-specific password.
Expand Down

0 comments on commit 8d3ce6d

Please sign in to comment.