Skip to content

Commit f760acd

Browse files
weakishleeyeh
authored andcommitted
fix(login): typo in type definitions (#575)
Thanks to secoinfo for reporting this.
1 parent 46c22d0 commit f760acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ interface UnionOptions {
644644
interface UnionLoginOptions extends OAuthLoginOptions, UnionOptions {}
645645

646646
interface WeappOptions extends UnionOptions {
647-
preferUnion: boolean;
647+
preferUnionId: boolean;
648648
}
649649

650650
interface WeappLoginOptions extends OAuthLoginOptions, WeappOptions {}

0 commit comments

Comments
 (0)