rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
64 stars 19 forks source link

Fix duplicate DOM #68

Closed mehidi258 closed 3 years ago

mehidi258 commented 3 years ago

Remove cloneNode() method since we don't need copy. So now it will move the DOM position.

rtBot commented 3 years ago

GitHub API communication error. Please contact a human. (commit-ID: 1262eb37f982bdf82b19658620385ebd93bea6a8).

ankitrox commented 3 years ago

https://github.com/rtCamp/login-with-google/pull/74 Fixed here.