mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Fix kicker triggering & Show a notification when kicked-out
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
|
||||
if (copied) {
|
||||
if(user.preferences.kickUserAfter == -1) {
|
||||
user.logout()
|
||||
user.logout({ kicked: true})
|
||||
}
|
||||
notify.success({ text: trans('commons.copied_to_clipboard') })
|
||||
}
|
||||
|
Reference in New Issue
Block a user