WriteOperation -> UpdateOperation

This commit is contained in:
Jeff Mitchell
2016-01-07 10:30:47 -05:00
parent ae8d8e453f
commit 45e32756ea
86 changed files with 299 additions and 299 deletions

View File

@@ -20,7 +20,7 @@ func pathLogin(b *backend) *framework.Path {
},
Callbacks: map[logical.Operation]framework.OperationFunc{
logical.WriteOperation: b.pathLogin,
logical.UpdateOperation: b.pathLogin,
},
}
}