We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a3cda commit 228e1c5Copy full SHA for 228e1c5
Client/app/state/app.reducer.ts
@@ -10,7 +10,7 @@ import { List, Range } from 'immutable';
10
import { AppStateRecord, appStateFactory } from 'app';
11
12
// Action definitions
13
-export const LOGIN_USER = 'LOlGIN_USER';
+export const LOGIN_USER = 'LOGIN_USER';
14
export const LOGOUT_USER = 'LOGOUT_USER';
15
16
// The reducer function. Receives actions and produces new application states.
0 commit comments