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:
Maxwell
2025-07-25 05:27:54 +10:00
committed by GitHub
parent 01814c55e0
commit 59ea6c9d79

View File

@@ -23,3 +23,4 @@ export * from "./api-key";
export * from "./haveibeenpwned";
export * from "./one-time-token";
export * from "./mcp";
export * from "./siwe";