Skip to content
Snippets Groups Projects
Unverified Commit c1495cf0 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Remove unused code from auth/selectors (#16578)

parent 835fba84
Branches
Tags
No related merge requests found
......@@ -6,7 +6,3 @@ export function getAuthProviders(state, props) {
[],
);
}
export const getLoginError = state => state.auth && state.auth.loginError;
export const getResetError = state => state.auth && state.auth.resetError;
export const getResetSuccess = state => state.auth && state.auth.resetSuccess;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment