client/src/store/userRecord.js
author ymh <ymh.work@gmail.com>
Fri, 16 Nov 2018 17:01:19 +0100
changeset 174 ac1a026edd58
parent 168 ea92f4fe783d
permissions -rw-r--r--
Correct display of protocol small improvment on fonts

import { Record } from '.';

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

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

});