mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
10 lines
190 B
Python
10 lines
190 B
Python
def testauth_none():
|
|
return "some_data_from_none"
|
|
|
|
|
|
def testauth_default():
|
|
return "some_data_from_default"
|
|
|
|
|
|
def testauth_other_profile():
|
|
return "some_data_from_other_profile"
|