mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
fix typo (#7394)
This commit is contained in:
@@ -96,7 +96,7 @@ let Model = DS.Model.extend({
|
||||
});
|
||||
|
||||
export default attachCapabilities(Model, {
|
||||
deltePath: apiPath`sys/auth/${'id'}`,
|
||||
deletePath: apiPath`sys/auth/${'id'}`,
|
||||
configPath: function(context) {
|
||||
if (context.type === 'aws') {
|
||||
return apiPath`auth/${'id'}/config/client`;
|
||||
|
||||
Reference in New Issue
Block a user