client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Thu, 03 Aug 2017 23:04:33 +0200
changeset 137 279e1dffa213
parent 132 906a6c7c7943
child 168 ea92f4fe783d
permissions -rw-r--r--
session is now created with current group and protocol

import Immutable from 'immutable';

export default Immutable.Record({
  pk: '',
  username: '',

  email: '',
  first_name: '',
  last_name: '',
  default_group: null,

}, 'User');