Skip to content

Commit 02d04c2

Browse files
committed
NSSecureTextField
1 parent ca9b4f2 commit 02d04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitx_askpasswd_main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ - (void)pasword:(NSString *)prompt url:(NSString *)url{
6464

6565
NSRect box = NSMakeRect(0, 0, 200, 24);
6666

67-
NSTextField * passView = [[NSTextField alloc] initWithFrame: box];
67+
NSSecureTextField * passView = [[NSSecureTextField alloc] initWithFrame: box];
6868
[passView setSelectable: YES];
6969
[passView setEditable: YES];
7070
[passView setBordered: YES];

0 commit comments

Comments
 (0)