Skip to content

Commit 9364882

Browse files
Update social-auth-core version and modify login message in UI
1 parent fe9dbb2 commit 9364882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mercantile~=0.10.0
1111
psycopg2
1212
python3-openid==3.2.0
1313
social-auth-app-django==5.4.0
14-
social-auth-core @ git+https://github.com/kshitijrajsharma/social-core.git ### Upgrade this to include osm oauth2 when released
14+
social-auth-core==4.7.0
1515
pytz
1616
pyyaml>=5.3
1717
raven

ui/app/components/Message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Message extends Component {
2222
}
2323
return (
2424
<div className="banner" style={{ backgroundColor: "#ffcc00", color: "black", textAlign: "center", padding: "10px", position: "relative" }}>
25-
<p>We have recently upgraded from OAuth 1.0 to 2.0. Please Logout and Login again before use!</p>
25+
<p>We are aware that you are not being able to login , We are actively working on it and will provide fix soon</p>
2626
<button onClick={this.handleClose} style={{ position: "absolute", top: "5px", right: "10px", cursor: "pointer" }}>
2727
×
2828
</button>

0 commit comments

Comments
 (0)