• R/O
  • HTTP
  • SSH
  • HTTPS

bytom-dashboard: Commit

dashboard of Bytom


Commit MetaInfo

Revision10b79e98344d4e98b1f10592eb3647cb1fc77cc9 (tree)
Time2019-07-17 17:25:33
AuthorZhiting Lin <zlin035@uott...>
CommiterZhiting Lin

Log Message

update the assecees token error message display.

Change Summary

Incremental Difference

--- a/src/features/accessControl/actions.js
+++ b/src/features/accessControl/actions.js
@@ -46,6 +46,8 @@ export default {
4646 ]).then(result => {
4747 const grants = result[0].data
4848 return dispatch({ type: 'RECEIVED_ACCESS_GRANTS', grants, tokens })
49+ }).catch(err =>{
50+ return dispatch({type: 'ERROR', payload: err})
4951 })
5052 }
5153 },
Show on old repository browser