Skip to content

Commit af74061

Browse files
committed
remove test data
1 parent aa376af commit af74061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controllers/#Controller.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ public function validateAuthPage(Request $request, Response $response): Response
204204
"html" => "<p>L'association " . $tokenDataGrantAuthorization['organization_slug'] . " vient de valider sa mire d'authorisation sur l'environnement " . $_SERVER['WEBSITE_DOMAIN'] . "</p>",
205205
"to" => [
206206
[
207-
//"email" => "helloasso.stream@helloasso.org"
208-
"email" => "eddy@helloasso.org"
207+
"email" => "helloasso.stream@helloasso.org"
209208
]
210209
],
211210
]

0 commit comments

Comments
 (0)