mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bugfix
This commit is contained in:
parent
dc80127dee
commit
d968f10737
@ -107,6 +107,7 @@ function loadupdpi() {
|
||||
|
||||
function upProfileInfo() {
|
||||
if (firebase.auth().currentUser != null) {
|
||||
var user = firebase.auth().currentUser;
|
||||
if (document.getElementById('newDN').value != '') {
|
||||
user.updateProfile({
|
||||
displayName: document.getElementById('newDN').value
|
||||
|
Loading…
Reference in New Issue
Block a user