nds-org / workbench-webui

Web UI for the Workbench platform
0 stars 1 forks source link

fix: no need to manipulate the username #9

Closed bodom0015 closed 1 year ago

bodom0015 commented 1 year ago

Problem

After https://github.com/nds-org/workbench-apiserver-python/pull/9, we can trust the the server will hand us a sanitized email-like string.

Approach