Skip to content

Commit

Permalink
Final Touches!!
Browse files Browse the repository at this point in the history
  • Loading branch information
mymakarim committed Apr 18, 2020
1 parent 383a6ca commit 7911989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/lib/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class LoginFieldsState extends State<LoginFields> {
@override
void initState() {
super.initState();
_username = 'yahya';
_password = '123';
_username = 'YOUR_USERNAME';
_password = 'YOUR_PASSWORD';
}

@override
Expand Down Expand Up @@ -148,9 +148,9 @@ class LoginFieldsState extends State<LoginFields> {
});

wp.WordPress wordPress = new wp.WordPress(
baseUrl: 'http://newschin.com/en',
baseUrl: 'YOUR WEBSITE URL',
authenticator: wp.WordPressAuthenticator.JWT,
adminName: 'yahya',
adminName: '',
adminKey: '',
);

Expand Down

0 comments on commit 7911989

Please sign in to comment.