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
1 merge request!111Resolve "No feedback when saving profile settings"
Pipeline #39131 passed with stages
in 3 minutes and 22 seconds
......@@ -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.
Finish editing this message first!
Please register or to comment