Skip to content

How can I update the screen "Logged in. You may continue in your app" when user success log in to another thing? #939

Closed Answered by jan-tennert
PierreVieira asked this question in Q&A
Discussion options

You must be logged in to vote

Yea just provide the raw HTML of the desired page in the config:

install(Auth)  {
    httpCallbackConfig { 
        redirectHtml = """
        ...
        """.trimIndent()
    }
}

This option is only available in the Desktop targets

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PierreVieira
Comment options

@jan-tennert
Comment options

Answer selected by PierreVieira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants