feat: Expose promptForPassword function #423
Annotations
7 errors and 5 warnings
Lint:
src/components/PasswordDialog.vue#L35
'axios' is defined but never used
|
Lint:
src/components/PasswordDialog.vue#L40
'generateUrl' is defined but never used
|
Lint:
src/main.ts#L9
"@nextcloud/auth" is extraneous
|
Lint:
src/main.ts#L53
Unexpected any. Specify a different type
|
Lint:
src/main.ts#L98
Unexpected any. Specify a different type
|
Lint:
src/main.ts#L105
'reject' is defined but never used
|
Lint
Process completed with exit code 1.
|
Lint:
src/main.ts#L49
Expected @param names to be "callback". Got "mode, callback"
|
Lint:
src/main.ts#L49
Missing JSDoc @param "mode" description
|
Lint:
src/main.ts#L50
Missing JSDoc @param "callback" description
|
Lint:
src/main.ts#L51
Missing JSDoc @return type
|
Lint:
src/main.ts#L94
Missing JSDoc @param "axios" description
|
Loading