mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add AuthenticationServiceProvider
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
dataType: 'json',
|
||||
data: {
|
||||
module : 5,
|
||||
usr : {{ app['phraseanet.user'].get_id() }}
|
||||
usr : {{ app['authentication'].getUser().get_id() }}
|
||||
},
|
||||
error: function(){
|
||||
window.setTimeout("sessionactive();", 10000);
|
||||
|
Reference in New Issue
Block a user