Skip to content

Commit

Permalink
to -> with
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Oct 8, 2024
1 parent 76d7c5c commit 4c0c63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/oidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ static void ext_accept(uv_work_t *wr) {
"<!DOCTYPE html>\n"
"<html lang=\"en\">\n"
"<head>\n"
" <title>OpenZiti: Successful Authentication to External Provider.</title>\n"
" <title>OpenZiti: Successful Authentication with External Provider.</title>\n"
" <script>\n"
" function closeWindow() {\n"
" setTimeout(function() {\n"
Expand All @@ -490,7 +490,7 @@ static void ext_accept(uv_work_t *wr) {
"</head>\n"
"<body onload=\"closeWindow()\">\n"
" <img height=\"40px\" src=\"https://openziti.io/img/ziti-logo-dark.svg\"/>"
" <h2>Successfully authenticated to external provider.</h2><p>You may close this page. It will attempt to close itself in 3 seconds.</p>\n"
" <h2>Successfully authenticated with external provider.</h2><p>You may close this page. It will attempt to close itself in 3 seconds.</p>\n"
"</body>\n"
"</html>\n";
#define RESP_FMT "HTTP/1.0 200 OK\r\n"\
Expand Down

0 comments on commit 4c0c63b

Please sign in to comment.