headwire-edge-delivery / eds-self-service-website

0 stars 0 forks source link

Disallow duplication of authors (client-side) #36

Closed DriftingSands closed 3 weeks ago

DriftingSands commented 1 month ago

UI currently doesn't disallow adding a duplicate author email. In the backend google accepts it (so we return 200), but doesn't actually create another permission if one already exists for the email.

We should check our existing list client-side before allowing submission.