Skip to content
Snippets Groups Projects

Fix/authorization

Merged Defendi Alberto requested to merge fix/authorization into dev
9 files
+ 122
33
Compare changes
  • Side-by-side
  • Inline
Files
9
 
Chose role.
 
 
```
 
const role = ["operator", "driver",];
 
 
<ChoseRole role={role} />
 
```
 
\ No newline at end of file
Loading