Skip to content

Commit eec3c24

Browse files
committedMar 14, 2024
Issue #16 add tokenPath to options, for ts
1 parent 39f6997 commit eec3c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export interface ProviderOptions {
3232
width: number;
3333
height: number;
3434
};
35+
tokenPath?: string;
3536
}
3637

3738
export declare class VueAuthenticate {

0 commit comments

Comments
 (0)