Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
18e7ffc8
Commit
18e7ffc8
authored
Sep 28, 2021
by
Francesc Guasch
Browse files
refactor(frontend): hide messages on login
Suggested in Telegram group by G.M.
parent
06c12dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
18e7ffc8
...
...
@@ -5521,6 +5521,8 @@ sub _clean_volatile_machines($self, %args) {
}
sub
_cmd_post_login
($self, $request) {
my
$user
=
Ravada::Auth::
SQL
->
new
(
name
=>
$request
->
args
('
user
'));
$user
->
unshown_messages
();
$self
->
_post_login_locale
(
$request
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment