Skip to content

Commit 1fd0e3f

Browse files
authored
Fix incorrect code
1 parent 73a4f0b commit 1fd0e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/auth-next/index/auth_set_language_code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import { getAuth } from "firebase/auth";
1010
const auth = getAuth();
1111
auth.languageCode = 'it';
1212
// To apply the default browser preference instead of explicitly setting it.
13-
// firebase.auth().useDeviceLanguage();
14-
// [END auth_set_language_code_modular]
13+
// auth.useDeviceLanguage();
14+
// [END auth_set_language_code_modular]

0 commit comments

Comments
 (0)