mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
Rename deadline to due date, update dependencies
This commit is contained in:
parent
b64f5b7b4a
commit
5ccebfb853
31 changed files with 113 additions and 115 deletions
|
@ -5,7 +5,6 @@ import { authenticate, clearAuthenticationError } from '../../../actions';
|
|||
|
||||
export function* authenticateService(data) {
|
||||
yield put(authenticate(data));
|
||||
|
||||
yield call(authenticateRequest, data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue