diff --git a/ui/app/models/auth-method.js b/ui/app/models/auth-method.js index 17c04e980..eb4646728 100644 --- a/ui/app/models/auth-method.js +++ b/ui/app/models/auth-method.js @@ -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`;