fixed (OS X) so you can log in and out without restarting, added Add photo
This commit is contained in:
parent
be1d72cd6a
commit
e5704ddda7
11 changed files with 133 additions and 50 deletions
|
@ -11,7 +11,6 @@ function start(view) {
|
|||
require(["controller/Oauth"], function(Oauth) {
|
||||
|
||||
tentia_instance = new Oauth();
|
||||
tentia_instance.authenticate();
|
||||
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue