Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit b8aae46

Browse files
committed
Update connector name
1 parent 3534628 commit b8aae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectors/magic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class MagicLinkExpiredError extends ConnectorError {
6666

6767
export class MagicConnector extends Connector {
6868
readonly id = "magic";
69-
readonly name = "gnosis";
69+
readonly name = "Magic";
7070
ready = true;
7171

7272
private magic?: Magic;

0 commit comments

Comments
 (0)