Skip to content

Commit 4bfec0f

Browse files
author
root
committed
bug fix for non first use users
1 parent 669c6a4 commit 4bfec0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coder-base/static/apps/auth/js/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ var loginClick = function( what ) {
236236
function( data ) {
237237
console.log( data );
238238
if( data.status === "success" ) {
239+
var firstuse = "";
239240
if ( typeof getParams['firstuse'] !== 'undefined' ) {
240241
firstuse = '?firstuse';
241242
}

0 commit comments

Comments
 (0)