Skip to content

Commit fcac372

Browse files
open sfa
1 parent 209f9dd commit fcac372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/vue-app/src/App.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ watch(formData.value, async () => {
111111
initW3A();
112112
});
113113
114-
const onDoNothing = () => {};
114+
const onDoNothing = () => {
115+
window.open("https://web3auth.io/docs/sdk/sfa/sfa-js", "_blank");
116+
};
115117
116118
const isDisplay = (key: string) => {
117119
switch (key) {

0 commit comments

Comments
 (0)