Commit d5a4e1e
authored
Encode userLocale before opening auth webpage
Sometimes Locale#toString() returns a string that has a '#' character.
Without URL-encoding it, the string will act as page hash when the
auth URL is opened in the user's web browser.
As reported in issue dropbox#1151 parent 18f9b06 commit d5a4e1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments