mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
chore: export siwe in better-auth/plugins (#3596)
The docs were using this import path, yet `siwe` wasn't exported there. This PR fixes this.
This commit is contained in:
@@ -23,3 +23,4 @@ export * from "./api-key";
|
||||
export * from "./haveibeenpwned";
|
||||
export * from "./one-time-token";
|
||||
export * from "./mcp";
|
||||
export * from "./siwe";
|
||||
|
||||
Reference in New Issue
Block a user