@@ -140,6 +140,7 @@ public class AuthController extends ControllerSupport {
Student s = studentRepo.findOne(studentId);
s.setSecurityPhone(phone);
+ studentRepo.saveAndFlush(s);
}