1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-25 04:33:13 +00:00

logout command

This commit is contained in:
Kyle Spearrin
2018-05-15 23:26:36 -04:00
parent 33effb1a4d
commit 6fff69c0ea
4 changed files with 47 additions and 9 deletions

View File

@@ -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...
}
}