Skip to content

Commit 9c41a7e

Browse files
committed
Add information about where to find account name
1 parent 334fea9 commit 9c41a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface ClientConfiguration {
1717
type Auth = string | DesktopAuth;
1818

1919
/**
20-
* Setting that specifies that a client should use the desktop app to authenticate.
20+
* Setting that specifies a client should use the desktop app to authenticate. Set accountName to your 1Password account name as shown at the top left sidebar of the app.
2121
*/
2222
export class DesktopAuth {
2323
public accountName: string;

0 commit comments

Comments
 (0)