Skip to content

Commit

Permalink
delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
bennlich committed Dec 6, 2018
1 parent eb97b0e commit f218b6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ export function logout (dispatch) {
}
}

export function changePassword (credentials) {
return callUbus('password', 'set', credentials)
}

export function fetchUciConfigs () {
return async (dispatch, getState) => {
const configNames = [
Expand Down

0 comments on commit f218b6f

Please sign in to comment.