mirror of
https://github.com/bitwarden/cli
synced 2025-12-25 04:33:13 +00:00
logout command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { MessagingService } from 'jslib/abstractions/messaging.service';
|
||||
|
||||
export class NodeMessagingService implements MessagingService {
|
||||
export class NoopMessagingService implements MessagingService {
|
||||
send(subscriber: string, arg: any = {}) {
|
||||
// TODO
|
||||
// Do nothing...
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user