mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
refactor Actions & add logout action
This commit is contained in:
7
browser/main/Actions/AuthActions.js
Normal file
7
browser/main/Actions/AuthActions.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
module.exports = Reflux.createActions([
|
||||
'login',
|
||||
'register',
|
||||
'logout'
|
||||
])
|
||||
Reference in New Issue
Block a user