@@ -271,7 +271,7 @@ impl AuthActivity {
271
271
InputMask :: Generic => & Id :: HostBridge ( AuthFormId :: RemoteDirectory ) ,
272
272
#[ cfg( posix) ]
273
273
InputMask :: Smb => & Id :: HostBridge ( AuthFormId :: SmbWorkgroup ) ,
274
- #[ cfg( windows ) ]
274
+ #[ cfg( win ) ]
275
275
InputMask :: Smb => & Id :: HostBridge ( AuthFormId :: RemoteDirectory ) ,
276
276
InputMask :: AwsS3 => unreachable!( "this shouldn't happen (password on s3)" ) ,
277
277
InputMask :: Kube => unreachable!( "this shouldn't happen (password on kube)" ) ,
@@ -287,7 +287,7 @@ impl AuthActivity {
287
287
InputMask :: Generic => & Id :: Remote ( AuthFormId :: RemoteDirectory ) ,
288
288
#[ cfg( posix) ]
289
289
InputMask :: Smb => & Id :: Remote ( AuthFormId :: SmbWorkgroup ) ,
290
- #[ cfg( windows ) ]
290
+ #[ cfg( win ) ]
291
291
InputMask :: Smb => & Id :: Remote ( AuthFormId :: RemoteDirectory ) ,
292
292
InputMask :: AwsS3 => unreachable!( "this shouldn't happen (password on s3)" ) ,
293
293
InputMask :: Kube => unreachable!( "this shouldn't happen (password on kube)" ) ,
@@ -402,7 +402,7 @@ impl AuthActivity {
402
402
InputMask :: Generic => & Id :: HostBridge ( AuthFormId :: Password ) ,
403
403
#[ cfg( posix) ]
404
404
InputMask :: Smb => & Id :: HostBridge ( AuthFormId :: SmbWorkgroup ) ,
405
- #[ cfg( windows ) ]
405
+ #[ cfg( win ) ]
406
406
InputMask :: Smb => & Id :: HostBridge ( AuthFormId :: Password ) ,
407
407
InputMask :: Kube => & Id :: HostBridge ( AuthFormId :: KubeClientKey ) ,
408
408
InputMask :: AwsS3 => & Id :: HostBridge ( AuthFormId :: S3NewPathStyle ) ,
@@ -418,7 +418,7 @@ impl AuthActivity {
418
418
InputMask :: Generic => & Id :: Remote ( AuthFormId :: Password ) ,
419
419
#[ cfg( posix) ]
420
420
InputMask :: Smb => & Id :: Remote ( AuthFormId :: SmbWorkgroup ) ,
421
- #[ cfg( windows ) ]
421
+ #[ cfg( win ) ]
422
422
InputMask :: Smb => & Id :: Remote ( AuthFormId :: Password ) ,
423
423
InputMask :: Kube => & Id :: Remote ( AuthFormId :: KubeClientKey ) ,
424
424
InputMask :: AwsS3 => & Id :: Remote ( AuthFormId :: S3NewPathStyle ) ,
0 commit comments