currently with the setting, when you set the password, a flash message is displayed: "Your password has been set successfully. You are logged in."
How to disable flash notification?
thank
Devise uses flash messages from I18n. To configure the application, the easiest way is to configure the locale file:
en: devise: passwords: updated: ""
Empty messages will not be displayed.
Source: https://habr.com/ru/post/1793425/More articles:OO для моей (основной) игры Pacman - oopКак передать данные из приложения С++ в Javascript - c++C # Social Media Library API Cover - c #Forming a query string from several flags - sqlJava array synchronization - javaPHP PDO not working on every write operation - phpWhat development stack should I learn to move from ASP.NET development to Java? - javaAndroid application crashes when changing orientation java.lang.IllegalArgumentException: invalid state class - view state is expected - androidProcessing permissions with a request signed by koala - ruby-on-railsPyparsing problem with operators - pythonAll Articles