mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-26 01:34:26 +01:00
ReadOnlySigner: improve error message
This commit is contained in:
@@ -7,7 +7,7 @@ export class ReadOnlySigner implements NostrSigner {
|
||||
|
||||
async signEvent(): Promise<NostrEvent> {
|
||||
throw new HTTPException(401, {
|
||||
message: "Can't sign events with just an npub",
|
||||
message: 'Log out and back in',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user