projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8540896
)
OAuth: Fix a typo in the success message
author
Christian Kamm
<mail@ckamm.de>
Mon, 12 Jun 2017 09:50:36 +0000
(11:50 +0200)
committer
Olivier Goffart
<olivier@woboq.com>
Mon, 12 Jun 2017 10:58:20 +0000
(12:58 +0200)
src/gui/creds/oauth.cpp
patch
|
blob
|
history
diff --git
a/src/gui/creds/oauth.cpp
b/src/gui/creds/oauth.cpp
index 86b261bb3c0d871c579007e43c54df18447acadb..2022995c28d2b0930d91573c18727a2e758f87d7 100644
(file)
--- a/
src/gui/creds/oauth.cpp
+++ b/
src/gui/creds/oauth.cpp
@@
-64,7
+64,7
@@
void OAuth::start()
}
// TODO: add redirect to the page on the server
- httpReplyAndClose(socket, "200 OK", "<h1>Login Successful
l
</h1><p>You can close this window.</p>");
+ httpReplyAndClose(socket, "200 OK", "<h1>Login Successful</h1><p>You can close this window.</p>");
QString code = rx.cap(1); // The 'code' is the first capture of the regexp