mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
Encode email for URL when deleting invited group email
This commit is contained in:
@@ -34,7 +34,7 @@ define [
|
||||
for user in $scope.selectedUsers
|
||||
do (user) ->
|
||||
if user.holdingAccount and !user._id?
|
||||
url = "/subscription/group/email/#{user.email}"
|
||||
url = "/subscription/group/email/#{encodeURIComponent(user.email)}"
|
||||
else
|
||||
url = "/subscription/group/user/#{user._id}"
|
||||
queuedHttp({
|
||||
|
||||
Reference in New Issue
Block a user