Skip to content
Snippets Groups Projects
Commit f93efac5 authored by Mart van Santen's avatar Mart van Santen
Browse files

Hide message

parent e52754cd
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,9 @@ def login():
"message": "Please confirm your credentials to complete this action.",
"type": "info"
}
messages.append(message)
# Not appending, depending on rendering in frontend now,
# see issue: #136
# messages.append(message)
try:
for msg in flow.ui.messages.value:
current_app.logger.info("Kratos message:" + msg.text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment