File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def client_credentials(*methods)
90
90
} . reject ( &:nil? )
91
91
92
92
if client_authentication . empty?
93
- Kernel . warn ( "[DOORKEEPER] No known client_credentials method detected, ignoring option" )
93
+ Kernel . warn ( "[DOORKEEPER] No known client_credentials method detected, cannot automatically convert to client_authentication option" )
94
94
else
95
95
@config . instance_variable_set ( :@client_credentials_methods , client_authentication . concat ( [ :none ] ) )
96
96
end
Original file line number Diff line number Diff line change 296
296
/\[ DOORKEEPER\] Unknown client_credentials method detected: from_digest/ ,
297
297
) . once
298
298
expect ( Kernel ) . to receive ( :warn ) . with (
299
- /\[ DOORKEEPER\] No known client_credentials method detected, ignoring option/
299
+ /\[ DOORKEEPER\] No known client_credentials method detected, cannot automatically convert to client_authentication option/
300
300
) . once
301
301
302
302
Doorkeeper . configure do
313
313
/\[ DOORKEEPER\] Unknown client_credentials method detected, received callable block/ ,
314
314
) . once
315
315
expect ( Kernel ) . to receive ( :warn ) . with (
316
- /\[ DOORKEEPER\] No known client_credentials method detected, ignoring option/
316
+ /\[ DOORKEEPER\] No known client_credentials method detected, cannot automatically convert to client_authentication option/
317
317
) . once
318
318
319
319
Doorkeeper . configure do
You can’t perform that action at this time.
0 commit comments